matrix output multiplication and division

1 visualización (últimos 30 días)
grace lim
grace lim el 21 de Feb. de 2022
Editada: Stephen23 el 22 de Feb. de 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

Respuestas (1)

David Hill
David Hill el 21 de Feb. de 2022
output(2,1)/output(2,2)
  1 comentario
grace lim
grace lim el 22 de Feb. de 2022
Editada: Stephen23 el 22 de Feb. de 2022
h11=output(2,1)/output(2,2)
simplify(h11)
i have an error 'ouput requires sensors and toolbox

Iniciar sesión para comentar.

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by