how can i plot this equation?

1 visualización (últimos 30 días)
Haytham Ali
Haytham Ali el 17 de Dic. de 2020
Editada: Walter Roberson el 17 de Dic. de 2020
  2 comentarios
Dyuman Joshi
Dyuman Joshi el 17 de Dic. de 2020
what is the funtionc h(t)?
Haytham Ali
Haytham Ali el 17 de Dic. de 2020
radius function

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 17 de Dic. de 2020
Editada: Walter Roberson el 17 de Dic. de 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])

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by