How can I get a figure from an equation ?

조회 수: 1 (최근 30일)
ADNAN KIRAL
ADNAN KIRAL 2021년 11월 18일
댓글: ADNAN KIRAL 2021년 11월 19일
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에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by