my matlab does not recognize the function sym. how can I solve this problem?
2 ビュー (過去 30 日間)
古いコメントを表示
my matlab does not recognize the function sym:
sym x; f=3*x
??? Undefined function or method 'sym' for input arguments of type 'char'.
Error in ==> Untitled at 1 sym x;
how can I solve this problem?
0 件のコメント
採用された回答
Babak
2012 年 11 月 29 日
編集済み: Babak
2012 年 11 月 29 日
you need to purchase the Symbolic Math Toolbox.
You probably don't have it.
check
syms x;
2 件のコメント
Babak
2012 年 11 月 29 日
run this in the command window:
>> ver
you'll see the toolboxes you are licensed to use.
Walter Roberson
2012 年 11 月 29 日
The Symbolic Math Toolbox is extra cost in every MATLAB -except- the Student Version, but in the Student Version it is not necessarily installed by default.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!