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

Réponses (1)

David Hill
David Hill le 21 Fév 2022
output(2,1)/output(2,2)

1 commentaire

grace lim
grace lim le 22 Fév 2022
Modifié(e) : Stephen23 le 22 Fév 2022
h11=output(2,1)/output(2,2)
simplify(h11)
i have an error 'ouput requires sensors and toolbox

Connectez-vous pour commenter.

Catégories

En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange

Tags

Question posée :

le 21 Fév 2022

Modifié(e) :

le 22 Fév 2022

Community Treasure Hunt

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

Start Hunting!

Translated by