f(x)=x²+2.000 syntax code
古いコメントを表示
回答 (1 件)
f = @(x) x.^2 + 2;
fplot(f)
カテゴリ
ヘルプ センター および File Exchange で Simulation, Tuning, and Visualization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
