f(x)=x²+2.000 syntax code

3 ビュー (過去 30 日間)
edwinda ramadahani
edwinda ramadahani 2023 年 9 月 23 日
回答済み: Stephen23 2023 年 9 月 23 日
f(x)=x²+2.000 syntax code

回答 (1 件)

Stephen23
Stephen23 2023 年 9 月 23 日
f = @(x) x.^2 + 2;
fplot(f)

カテゴリ

Help Center および File ExchangeEmbedded Coder についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by