Why is laplace not working?

Whenever I try to run the laplace functoin it errors. This is an example problem I copied directly from the mathworks website and the result. What is going wrong?
EDU>> syms x y
f = 1/sqrt(x);
laplace(f, x, y)
Undefined function 'syms' for input arguments of type 'char'.

回答 (1 件)

Mischa Kim
Mischa Kim 2014 年 10 月 7 日

0 投票

Hilary, you probaby do not have the Symbolic Math Toolbox installed and/or licensed. At the MATLAB command prompt type
which -all syms
and you will get a file path in return, if the toolbox is installed. In this case the licensing is the issue.

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

質問済み:

2014 年 10 月 7 日

回答済み:

2014 年 10 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by