Result ilaplace a number
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (2)
RahulTandon
le 7 Juil 2015
a=55/4/sym('s^2'); b=ilaplace(a); vpa(b) % this will give you the complete answer!
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!