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

Answers (1)

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

1 Comment

h11=output(2,1)/output(2,2)
simplify(h11)
i have an error 'ouput requires sensors and toolbox

Sign in to comment.

Categories

Tags

Asked:

on 21 Feb 2022

Edited:

on 22 Feb 2022

Community Treasure Hunt

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

Start Hunting!