matrix output multiplication and division

1 回表示 (過去 30 日間)
grace lim
grace lim 2022 年 2 月 21 日
編集済み: Stephen23 2022 年 2 月 22 日
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 Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by