Why the last row is wrong?

5 ビュー (過去 30 日間)
zhenyu zeng
zhenyu zeng 2019 年 5 月 6 日
回答済み: zhenyu zeng 2019 年 5 月 6 日
t=sym('t','positive')
ut=str2sym('Heaviside(t)-Heaviside(t-1)')
ht=t*exp(-t)
yt=int(subs(ut,t,tao)*subs(ht,t,t-tao),tao,0,t)
yt=collect(yt,'Heaviside(t-1)')
What can I do to correct the last row?
My product is Matlab R2018
Thanks.
  1 件のコメント
Jan
Jan 2019 年 5 月 6 日
If you mention, that there is an error in the last line, please post the error message. It is useful to provide as much information as possible.

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

回答 (1 件)

zhenyu zeng
zhenyu zeng 2019 年 5 月 6 日
Wrong: sym.charToFunction (line 26)
Invalid variable name.
Wrong: sym/collect (line 40)
x = sym.charToFunction(x);

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by