Why function sym and syms dont work in R2012b?

syms x y
Undefined function 'syms' for input arguments of type 'char'.
help syms
syms not found.

 採用された回答

Mischa Kim
Mischa Kim 2015 年 2 月 23 日
編集済み: Mischa Kim 2015 年 2 月 23 日

0 投票

Nikola, you probably don't have the Symbolic Math Toolbox installed/licensed. To check use
ver
to list all installed toolboxes. In addition, try
license('test','symbolic_toolbox')
to see if a license exists for the toolbox. The command returns a 1 if it exists, a 0 if it does not.

その他の回答 (2 件)

Nikola
Nikola 2015 年 2 月 23 日

0 投票

Symbolic mathlab toolbox isnt on "ver" list, but when i write license('test','symbolic_toolbox') matlab giver ans = 1... This mean that I have licence for symbolic toolbox but it isnt installed? Wher can I find installation? I tryed to google it but mathworks.com cant open dl page...
Nikola
Nikola 2015 年 2 月 25 日

0 投票

I installed new mathlab with all toolboxes, cause i couldn't find symbolic math toolbox... It took 2 hours... Do you know where can I find specific toolbox when needed? Best regards

カテゴリ

タグ

質問済み:

2015 年 2 月 23 日

回答済み:

2015 年 2 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by