My matrix is bigger than it should be, can't understand why.
Mostrar comentarios más antiguos
I can't figure out why my B matrix is giving me a 33 x 1 matrix instead of a 6 x 1. When I change x to a single value, the code works.
1 comentario
Image Analyst
el 17 de Jul. de 2014
Please paste your code so that it's easier to see, or better yet, attach the m-file.
Respuestas (1)
Arief Anbiya
el 17 de Jul. de 2014
Well matrix B should be 33 x 1, since you define B as :
B = [0, Ay, 0, Tbe, 0, Tcog];
Ay, Tbe, and Tcog have size (10 x 1). the components of Tbe and Tcog are components of Ay or P multiple by a constant.
Categorías
Más información sobre Creating and Concatenating Matrices 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!