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 CenterFile Exchange에서 Plot Customization에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by