Statistics
4 Questions
0 Answers
RANK
266.692
of 300.392
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20.934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168.373
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
Error using plot, data must be numeric, array convertible to double
Why is it giving error for the last line to plot? Error using plot: data must be numeric datetime duration or an array convert...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
Error using solve function
solve function for code Gives the error: unable to find explicit solution. x1 = input('Input volume of tank in gal...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
2nd 3rd derivatives
trying to plot first 3 derrivatives for the following function: y = exp(-3.*x) x = [-2:0.01:1]; y = exp(-3.*x); dy=diff(y)....
ongeveer 3 jaar ago | 2 answers | 0
2
answersQuestion
undefined function 'piecewise' for input arguments of type 'double'.
Trying to run this piecewise function: x = [-5:0.1:5]; y = piecewise(x <= 1, ((-2.*(x.^2))+9.*x-7), double(x) > 1, ((10.*sqrt(...
ongeveer 3 jaar ago | 1 answer | 0
