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'.

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeVariables についてさらに検索

タグ

質問済み:

2015 年 10 月 9 日

コメント済み:

2015 年 10 月 9 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by