how can i plot this equation?
Afficher commentaires plus anciens
Réponses (1)
Walter Roberson
le 17 Déc 2020
Modifié(e) : Walter Roberson
le 17 Déc 2020
h = @(t) [-t.^3-3*t+1, -asin(t)];
s = @(t) arrayfun(@(T) h(T) * [cos(2*pi*T) sin(2*pi*T)].', t);
fplot(s, [0 1])
Catégories
En savoir plus sur Particle & Nuclear Physics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

