
how to plot negative frequency in x axis ?
2 次查看(过去 30 天)
显示 更早的评论
how to plot an impulse response ?
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Plot Customization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!