how to plot negative frequency in x axis ?

3 Ansichten (letzte 30 Tage)
Belal Ahmed
Belal Ahmed am 7 Mai 2022
Beantwortet: Sam Chak am 7 Mai 2022
how to plot an impulse response ?

Akzeptierte Antwort

Sam Chak
Sam Chak am 7 Mai 2022
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)

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by