how can i plot this equation?

2 vues (au cours des 30 derniers jours)
Haytham Ali
Haytham Ali le 17 Déc 2020
  2 commentaires
Dyuman Joshi
Dyuman Joshi le 17 Déc 2020
what is the funtionc h(t)?
Haytham Ali
Haytham Ali le 17 Déc 2020
radius function

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
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 Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by