Not enough input arguments error when using exp
Show older comments
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 Comment
felipe villamil cubillos
on 26 May 2021
It is because you use exp^() and the correct form is: exp()
Accepted Answer
More Answers (1)
Robbie
on 10 Jan 2013
0 votes
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!