Not enough input arguments error when using exp
显示 更早的评论
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 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Algebra 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!