Result ilaplace a number

2 vues (au cours des 30 derniers jours)
john
john le 29 Juil 2013
Hi,
from this code:
a=55/4/sym('s^2');
b=ilaplace(a);
I got:
(55*t)/4
How can I get result like 13,75*t????
Thanks

Réponses (2)

Azzi Abdelmalek
Azzi Abdelmalek le 29 Juil 2013
double(coeffs(b))
  5 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 31 Juil 2013
what do you mean?
john
john le 1 Août 2013
In variable "b" exist exp(t)/4...but result is 0.25*[1, t]....so [1, t] means always expression "exp(t)"?

Connectez-vous pour commenter.


RahulTandon
RahulTandon le 7 Juil 2015
a=55/4/sym('s^2'); b=ilaplace(a); vpa(b) % this will give you the complete answer!

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by