y = e^(-x^2)
古いコメントを表示
I want to plot the above equation in matlab but i dont know how to plot please help or provide me code
採用された回答
その他の回答 (1 件)
Manka'a Abongnwi
2023 年 6 月 9 日
0 投票
y = be ax sin(bx)(0.012x4 0.15x3 + 0.075x2 + 2.5x)
3 件のコメント
Walter Roberson
2023 年 6 月 9 日
y = b.*exp(a.*x).*sin(a.*x).*(0.012*x.^4 + 0.075*x.^2 + 2.5*x);
Possibly
Manka'a Abongnwi
2023 年 6 月 14 日
Wow after using the formula given by sir, everything worked well except the place to plot a graph of y and z versus x that's difficult
Walter Roberson
2023 年 6 月 14 日
plot3()... except that you do not show any z variable.
カテゴリ
ヘルプ センター および File Exchange で Graphics Objects についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!