matrix output multiplication and division

its [A B
C D]
from this output matrix 2x2, how do i do B/D from the resulted output matrix
thanks in advance

답변 (1개)

David Hill
David Hill 2022년 2월 21일

0 개 추천

output(2,1)/output(2,2)

댓글 수: 1

grace lim
grace lim 2022년 2월 22일
편집: Stephen23 2022년 2월 22일
h11=output(2,1)/output(2,2)
simplify(h11)
i have an error 'ouput requires sensors and toolbox

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

질문:

2022년 2월 21일

편집:

2022년 2월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by