how to plot negative frequency in x axis ?

 採用された回答

Sam Chak
Sam Chak 2022 年 5 月 7 日

1 投票

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 件)

カテゴリ

製品

リリース

R2021a

質問済み:

2022 年 5 月 7 日

回答済み:

2022 年 5 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by