Not enough input arguments error when using exp
Ältere Kommentare anzeigen
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 Kommentar
felipe villamil cubillos
am 26 Mai 2021
It is because you use exp^() and the correct form is: exp()
Akzeptierte Antwort
Weitere Antworten (1)
Robbie
am 10 Jan. 2013
0 Stimmen
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!