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,

采纳的回答

VBBV
VBBV 2021-11-18
N = 0:10:400;
M = 350*(1-(N/4010).^2)
plot(N,M)
Try regular plot function and check

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by