Filter löschen
Filter löschen

How can I get a figure from an equation ?

2 Ansichten (letzte 30 Tage)
ADNAN KIRAL
ADNAN KIRAL am 18 Nov. 2021
Kommentiert: ADNAN KIRAL am 19 Nov. 2021
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,

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by