how can i plot this equation?

1 回表示 (過去 30 日間)
Haytham Ali
Haytham Ali 2020 年 12 月 17 日
編集済み: Walter Roberson 2020 年 12 月 17 日
  2 件のコメント
Dyuman Joshi
Dyuman Joshi 2020 年 12 月 17 日
what is the funtionc h(t)?
Haytham Ali
Haytham Ali 2020 年 12 月 17 日
radius function

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 12 月 17 日
編集済み: Walter Roberson 2020 年 12 月 17 日
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])

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by