exp(t^2) function error in zero .
Afficher commentaires plus anciens
Hello
I typed the symbolic function exp(t^2) using Matlab symbolic toolbox. When trying to evaluate the function in 0 I got the following error :
_Error using sym>checkindex (line 1562) Index must be a positive integer or logical.
Error in sym>privformatscalar (line 1509) checkindex(x);
Error in sym>privformat (line 1493) s = privformatscalar(x);
Error in sym/subsref (line 707) [inds{k},refs{k}] = privformat(inds{k});_
Can anyone explain me what is going wrong ? Thanks in advance
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Code Performance 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!