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

Antworten (1)

David Hill
David Hill am 21 Feb. 2022

0 Stimmen

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

1 Kommentar

grace lim
grace lim am 22 Feb. 2022
Bearbeitet: Stephen23 am 22 Feb. 2022
h11=output(2,1)/output(2,2)
simplify(h11)
i have an error 'ouput requires sensors and toolbox

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 21 Feb. 2022

Bearbeitet:

am 22 Feb. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by