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 Exchange에서 Introduction 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