Not enough input arguments error when using exp
19 ビュー (過去 30 日間)
古いコメントを表示
Hi, I am very new to matlab and I and getting the 'not enough input arguments when typing this.
EDU>> syms x
EDU>> f = 5*exp^(2*x - sin(x^2))
Any help is appreciated.
Thanks
1 件のコメント
felipe villamil cubillos
2021 年 5 月 26 日
It is because you use exp^() and the correct form is: exp()
採用された回答
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!