Dhairya
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
215 477
of 295 467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
what is inline(vectorize function), also why to use fliplr for this?
clc clear all close all syms x f = input('Enter the function') fL = input('Enter the interval on which the function is defi...
ungefär 2 år ago | 2 answers | 0
2
answersQuestion
Not able to Understand Code for "Volume of Solid by Revolution"
clc clear all close all syms x f = input('Enter the function') fL = input('Enter the interval on which the function is defi...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
why full area not filled? area under the curve
clc clear all close all syms x y1 = 7-2*x^2; y2 = x^2+4; t = solve(y1-y2); t = double(t); f = int(y1-y2,min(t),max(t)); ...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
Difference between x = 0:0.1:2*pi and linspace(0,2*pi,0.1)
i was going through a matlab code and it had x = 0:0.1:2*pi written i wanted to ask what is the difference between this and lin...
ungefär 2 år ago | 1 answer | 0