How to write plotting equation in matlab help please

y(x) = 2e -0.2x for the range 0 <= x <= 10 with intervals of 0.1.
i am new to matlab and it would be a great lesson and learning experience to know, thank you

 채택된 답변

madhan ravi
madhan ravi 2019년 5월 3일
x=start_value:0.1:endvalue; % fillup the missing values as is you homework , I suggest you to MATLAB onramp course
y= 2*exp(...);
plot(...)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

질문:

2019년 5월 3일

답변:

2019년 5월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by