how can i plot this equation?

Answers (1)

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])

Categories

Find more on Particle & Nuclear Physics in Help Center and File Exchange

Tags

Asked:

on 17 Dec 2020

Edited:

on 17 Dec 2020

Community Treasure Hunt

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

Start Hunting!