Creating 4x4 matrix in SIMULINK
Mostrar comentarios más antiguos
Hello everyone,
I need to create 4x4 matrix in simulink. Not like writing in "Constant" block, i mean 4x4 form of the "Create 3x3 Matrix".
I look everywhere but i couldnt see, so i thought; "am i searching wrong thing?".
For example; what for i need that:
M=[ M1 M2; M3 M4]
M1=[ sin(phi)*cos(phi) sin(phi.dot); cos(phi.dot) sin(tita.dot)^2]
(phi and tita will come with feedback, viz they are not constant)
M2, M3, M4 are like M1 and this will be created in simulink.
I need to use M to multiply it with a constant. If i would have "create 4x4 matrix block" i could make them (Ms)link to 4x4 matrix and i think problem will be solved.
If you have got that library, could you share?
Thank you for interest and help!
Best regards.
1 comentario
furkan karaca
el 9 de Abr. de 2011
Respuesta aceptada
Más respuestas (1)
furkan karaca
el 10 de Abr. de 2011
0 votos
2 comentarios
Paulo Silva
el 10 de Abr. de 2011
That file doesn't work on my simulink, try it just with the mux with 16 inputs and reshape (4x4 output)
furkan karaca
el 10 de Abr. de 2011
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!