Result ilaplace a number

2 ビュー (過去 30 日間)
john
john 2013 年 7 月 29 日
回答済み: RahulTandon 2015 年 7 月 7 日
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

回答 (2 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 7 月 29 日
double(coeffs(b))
  5 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 7 月 31 日
what do you mean?
john
john 2013 年 8 月 1 日
In variable "b" exist exp(t)/4...but result is 0.25*[1, t]....so [1, t] means always expression "exp(t)"?

サインインしてコメントする。


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

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by