f(x)=x²+2.000 syntax code

回答 (1 件)

Stephen23
Stephen23 2023 年 9 月 23 日

0 投票

f = @(x) x.^2 + 2;
fplot(f)

カテゴリ

ヘルプ センター および File ExchangeEmbedded Coder についてさらに検索

タグ

質問済み:

2023 年 9 月 23 日

回答済み:

2023 年 9 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by