How to plot parametric equations by using "for loop"

1 次查看(过去 30 天)
If we have,
t= linspace (-30,-1.6);
X= ((3*t)./(1+t.^3);
Y= ((3*t.^2)./(1+t.^3));
plot(X,Y);
How we plot X and Y by using for loop?
  18 个评论
Wajahat
Wajahat 2017-5-19
KSSV, why we replace i with 1i, and preallocate q1. what is the reason behind it?
KSSV
KSSV 2017-5-19
编辑:KSSV 2017-5-19
You should be knowing that matlab is showing red line under them, it is to improve the speed.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Performance 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by