my matlab does not recognize the function sym. how can I solve this problem?

2 ビュー (過去 30 日間)
Maria
Maria 2012 年 11 月 29 日
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?

採用された回答

Babak
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
Babak 2012 年 11 月 29 日
run this in the command window:
>> ver
you'll see the toolboxes you are licensed to use.
Walter Roberson
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 ExchangeSymbolic Math Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by