what can I do for error in using syms command
1 回表示 (過去 30 日間)
古いコメントを表示
in my program I used this command syms t
and when I RUN this program in command window this error was appeared
"Undefined function 'syms' for input arguments of type 'char'." how can I fix it?
0 件のコメント
回答 (1 件)
Walter Roberson
2012 年 11 月 17 日
編集済み: Walter Roberson
2012 年 11 月 17 日
You need to have the Symbolic Mathematics Toolbox installed and licensed.
The Symbolic Toolbox is included in the Student Version (but might not be installed by default), but is an optional (extra-cost) package for the other classes of MATLAB license.
Try
which -all syms
If it shows a file then you might already have the toolbox installed, in which case it would be a license matter.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Install Products についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!