how can i plot this equation?

2 Ansichten (letzte 30 Tage)
Haytham Ali
Haytham Ali am 17 Dez. 2020
Bearbeitet: Walter Roberson am 17 Dez. 2020
  2 Kommentare
Dyuman Joshi
Dyuman Joshi am 17 Dez. 2020
what is the funtionc h(t)?
Haytham Ali
Haytham Ali am 17 Dez. 2020
radius function

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 17 Dez. 2020
Bearbeitet: Walter Roberson am 17 Dez. 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])

Kategorien

Mehr zu Particle & Nuclear Physics finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by