필터 지우기
필터 지우기

Multiplication of matrix including function with vectors

조회 수: 2 (최근 30일)
Mohamed Asaad
Mohamed Asaad 2020년 11월 13일
댓글: Mohamed Asaad 2020년 11월 13일
Could anyone help me with that:
syms SI(s) V(s) v(s) G(s)
C = [-1; -1];
SI(s) = [s 0
0 s];
A = [-3 2 ;-2 1];
B = [2; 1];
V(s) = minus(SI,A);
v(s) = inv(V);
G(s) = C.*v.*B
ilaplace(G)
The answer should be only one function G(t), but I am getting a 2x2 matrix with four functions G(t).

채택된 답변

Matt J
Matt J 2020년 11월 13일
편집: Matt J 2020년 11월 13일
G(s) = C.' * v * B

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by