How to plot parametric equations by using "for loop"

1 visualizzazione (ultimi 30 giorni)
Wajahat
Wajahat il 18 Mag 2017
Modificato: KSSV il 19 Mag 2017
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 Commenti
Wajahat
Wajahat il 19 Mag 2017
KSSV, why we replace i with 1i, and preallocate q1. what is the reason behind it?
KSSV
KSSV il 19 Mag 2017
Modificato: KSSV il 19 Mag 2017
You should be knowing that matlab is showing red line under them, it is to improve the speed.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Mathematics in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by