Not enough input arguments error when using exp
Mostrar comentarios más antiguos
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 comentario
felipe villamil cubillos
el 26 de Mayo de 2021
It is because you use exp^() and the correct form is: exp()
Respuesta aceptada
Más respuestas (1)
Robbie
el 10 de En. de 2013
0 votos
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!