How can I get a figure from an equation ?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi
I have the following equation to get the plot given in the image. I had an issue with ploting. Can you please help me to get a MATLAB script to plot that ?
thanks for your help.
Regards,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/805629/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/805634/image.png)
0 件のコメント
採用された回答
VBBV
2021 年 11 月 18 日
N = 0:10:400;
M = 350*(1-(N/4010).^2)
plot(N,M)
Try regular plot function and check
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!