the exp function does not work
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Sebastiano delre
il 24 Apr 2014
Commentato: Sebastiano delre
il 24 Apr 2014
It may look like a simple problem but I cannot get my way through. When using exp(2), I get an "Index exceeds matrix dimensions" error. I have always used the exp function, why now I get this error?
Thank you for your help, Alessio.
0 Commenti
Risposta accettata
per isakson
il 24 Apr 2014
Modificato: per isakson
il 24 Apr 2014
>> exp(2)
ans =
7.3891
I guess exp is "shadowed" on your system. Run
>> which exp
built-in (C:\Program Files\MATLAB\R2013a\toolbox\matlab\elfun\@double\exp) % double
What do you get?
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!