heaviside function in MATLAB R2010b
Show older comments
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.
Accepted Answer
More Answers (2)
Friedrich
on 31 Mar 2011
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
on 31 Mar 2011
0 votes
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!