Info

此问题已关闭。 请重新打开它进行编辑或回答。

Not getting any plots on my graph

1 次查看(过去 30 天)
Oskar
Oskar 2017-12-15
关闭: MATLAB Answer Bot 2021-8-20
My graph using parametric equations isn't showing any plots, just an empty graph and I'm unsure why.
t=linspace(0, 20);
x=4 + sqrt(t);
y=5+cos(2*t)/(t+1);
plot(x,y)
xlabel 'x displacement'
ylabel 'y displacement'

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by