Laplace transform of 1 (MATLAB)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 7K views
alexmahone
Messages
303
Reaction score
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'.
 
Last edited by a moderator:
Physics news on Phys.org
Re: Laplace transform of 1 (MATLAB)

I got it.

>> laplace(sym(1))
 
Re: Laplace transform of 1 (MATLAB)

How are you marking your threads as solved? When I go to thread tools, I don't have that option.
 
Re: Laplace transform of 1 (MATLAB)

dwsmith said:
How are you marking your threads as solved? When I go to thread tools, I don't have that option.

I didn't; I suppose a mod did it.
 
Re: Laplace transform of 1 (MATLAB)

Alexmahone said:
I didn't; I suppose a mod did it.

Ok.
 
Re: Laplace transform of 1 (MATLAB)

Alexmahone said:
I didn't; I suppose a mod did it.

That would be me.

CB