채택된 답변

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