Why can't I use fplot command ?
Show older comments
t= -2:0.001:4;
x_t= (50.*exp(-3.82.*t)).*heaviside(t);
h_t= (25.*t.*exp(-1.91*t)).*heaviside(t);
fplot(x_t,t)
Error: Error using fplot (line 145)
Invalid parameter '-2 ...'.
Can you explain why am I getting this error ?
Answers (1)
the cyclist
on 20 Dec 2020
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!