how to plot negative frequency in x axis ?

 Accepted Answer

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)

More Answers (0)

Products

Release

R2021a

Asked:

on 7 May 2022

Answered:

on 7 May 2022

Community Treasure Hunt

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

Start Hunting!