matrix output multiplication and division

2 views (last 30 days)
grace lim
grace lim on 21 Feb 2022
Edited: Stephen23 on 22 Feb 2022
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)

David Hill
David Hill on 21 Feb 2022
output(2,1)/output(2,2)
  1 Comment
grace lim
grace lim on 22 Feb 2022
Edited: Stephen23 on 22 Feb 2022
h11=output(2,1)/output(2,2)
simplify(h11)
i have an error 'ouput requires sensors and toolbox

Sign in to comment.

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!