matrix output multiplication and division

1 vue (au cours des 30 derniers jours)
grace lim
grace lim le 21 Fév 2022
Modifié(e) : Stephen23 le 22 Fév 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

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 Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by