Pleaaaase help me !!!! i didn't got a result with this code.
Mostrar comentarios más antiguos
Af=diag([-10 -10])
Da=[4.3970 33.4300;
-0.4182 -1.1780]
Ba=[0 0;6.8060 9.2750;
-1.7700 -0.7986;
0 0;0 0;
6.1130 -42.0300;
0 0;
-20.2700 -13.2900]
B=[Ba -Af*Da]
Af =
-10 0
0 -10
Da =
4.3970 33.4300
-0.4182 -1.1780
Ba =
0 0
6.8060 9.2750
-1.7700 -0.7986
0 0
0 0
6.1130 -42.0300
0 0
-20.2700 -13.2900
Error using horzcat
Dimensions of matrices being concatenated are not consistent.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!