how can i plot this equation?

2 visualizzazioni (ultimi 30 giorni)
Haytham Ali
Haytham Ali il 17 Dic 2020
Modificato: Walter Roberson il 17 Dic 2020
  2 Commenti
Dyuman Joshi
Dyuman Joshi il 17 Dic 2020
what is the funtionc h(t)?
Haytham Ali
Haytham Ali il 17 Dic 2020
radius function

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 17 Dic 2020
Modificato: Walter Roberson il 17 Dic 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])

Categorie

Scopri di più su Particle & Nuclear Physics 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