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 日

1 投票

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 ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by