Error using plot for symbolic function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Sam
am 28 Dez. 2017
Bearbeitet: Walter Roberson
am 28 Dez. 2017
Hello,
My code is the following one:
syms g(x) x
t = [0:0.005:4];
wn = 10;
zeta = 2;
g(x) = wn/(sqrt((zeta*zeta)-1)) * exp(-(zeta*wn*x))*sinh(wn*sqrt((zeta*zeta)-1)*x);
plot(t,g(x));
I get the error 'A numeric or double convertible argument is expected'. I can't find what i'm doing wrong...
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!