How I should fix this problem with the function evalin?...Help me, please.
显示 更早的评论
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 个评论
Walter Roberson
2015-10-9
What are you passing to the routine?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Special Values 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!