matrix output multiplication and division

1 次查看(过去 30 天)
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
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by