Cannot get acceleration/velocity to plot

5 次查看(过去 30 天)
Hello, here is my code. I cannot figure out why it won't work. I get a different error every time I try to change something.
e = 2.71828;
LineWidth = 2;
t = 0:1:200;
a = t*(e.^(0.5*t));
plot(t,a,'--rs','LineWidth')

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by