- #1
alexmahone
- 304
- 0
How do I find the Laplace transform of 1 using MATLAB?
>> laplace(1)
gives the error ? Undefined function or method 'laplace' for input arguments of type 'double'.
>> laplace(1)
gives the error ? Undefined function or method 'laplace' for input arguments of type 'double'.
Last edited by a moderator: