how to plot negative frequency in x axis ?

1 回表示 (過去 30 日間)
Belal Ahmed
Belal Ahmed 2022 年 5 月 7 日
回答済み: Sam Chak 2022 年 5 月 7 日
how to plot an impulse response ?

採用された回答

Sam Chak
Sam Chak 2022 年 5 月 7 日
This impulse response can plotted by following the example here:
a = [0 1; -1 -1];
b = [0; 1];
c = [1 0];
sys = ss(a, b, c, 0);
impulse(sys)

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by