heaviside function in MATLAB R2010b

조회 수: 8 (최근 30일)
Watheq Elias
Watheq Elias 2011년 3월 31일
Hello everybody,
I am trying to use the function 'heaviside' in MATLAB R2010b, but I get a wrong massage says that Undefined function or method 'heaviside' for input arguments of type 'double'.
Could anyone help me please.

채택된 답변

Friedrich
Friedrich 2011년 3월 31일
Are you sure you have the Symbolic Math Toolbox installed? It looks like you don't.
Please run the ver command and look if the Symbolic Math Toolbox is listed. If not, than you haven't installed it. That would be the reason why you get the error above.
I hope I could help
  댓글 수: 1
Watheq Elias
Watheq Elias 2011년 3월 31일
Unfortunately, Symbolic Math Toolbox is not installed.
Thanks so much.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Friedrich
Friedrich 2011년 3월 31일
Hi,
try to run the which command to see if the function is available:
>> which -all heaviside
The output should look like this:
C:\Program Files\MATLAB\R2010b\toolbox\symbolic\symbolic\heaviside.m
If you can't locate the function try a
>> restoredefaultpath
and try again to call this function

Watheq Elias
Watheq Elias 2011년 3월 31일
Thanks for your help.
I have tried that but there is nothing. I have checked toolbox directory and the symbolic folder does not exist there at all.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by