Not enough input arguments error when using exp
Afficher commentaires plus anciens
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 commentaire
felipe villamil cubillos
le 26 Mai 2021
It is because you use exp^() and the correct form is: exp()
Réponse acceptée
Plus de réponses (1)
Robbie
le 10 Jan 2013
0 votes
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!