Result ilaplace a number
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
RahulTandon
2015-7-7
a=55/4/sym('s^2'); b=ilaplace(a); vpa(b) % this will give you the complete answer!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!