How I should fix this problem with the function evalin?...Help me, please.
Afficher commentaires plus anciens
function s = eval(x)
if builtin('numel',x) ~= 1, x = normalizesym(x); end
s = evalin('caller',vectorize(map2mat(char(x))));
Error using sym/eval (line 11)
Error: Unbalanced or unexpected parenthesis or bracket.
AND
>> sym.eval
The class sym has no property or method named 'eval'.
1 commentaire
Walter Roberson
le 9 Oct 2015
What are you passing to the routine?
Réponses (0)
Catégories
En savoir plus sur Special Values 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!