4th degree question ploting
古いコメントを表示
Ctg =[0.322;0.122;0.084;0.053;0.031;0.01];
t =[0 20 40 60 80 100];
% 4th degree Equation
R = 1.914e-08*t4 -4.753e-06*t3 + 0.0004167*t2 – 0.01639*t+ 0.3213
How can I plot it to be like the attached image? please anyony

1 件のコメント
John D'Errico
2020 年 11 月 26 日
What have you tried? You should realize you will raise t to the 4th power as t.^4.
採用された回答
その他の回答 (1 件)
AHMED AKBAS
2020 年 11 月 29 日
0 投票
1 件のコメント
John D'Errico
2020 年 11 月 29 日
Please learn to use comments.
カテゴリ
ヘルプ センター および File Exchange で Quaternion Math についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
