Info

この質問は閉じられています。 編集または回答するには再度開いてください。

could u pleas help me to run this code ?

1 回表示 (過去 30 日間)
Tammun filistin
Tammun filistin 2018 年 2 月 24 日
閉鎖済み: John D'Errico 2018 年 2 月 24 日
sympref('HeavisideAtOrigin',1);
syms t toe
f1 = heaviside(toe) - heaviside(toe-1);
f2 = heaviside(t-toe) - heaviside(t-toe-1);
conv_ans = int(f1*f2,toe,-inf,inf);
fplot(conv_ans,[-1 3])
i couldnt plot it!!

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by