- #1
vatansever44
- 2
- 0
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 couldn't see that block, so i thought; "am i searching wrong thing?", only you can tell me that
For example; what for i need that block:
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?
By the way, there must be 16 input and 1 output on that.
for example there is 9 input(m11, m12, m13, m21, m22, m23, m31, m32, m33) on "Create 3x3 matrix" block.
Here it:
http://www.mathworks.com/help/toolbox/aeroblks/create3x3matrix.html"
Thank you for interest and help!
Best regards.
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 couldn't see that block, so i thought; "am i searching wrong thing?", only you can tell me that
For example; what for i need that block:
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?
By the way, there must be 16 input and 1 output on that.
for example there is 9 input(m11, m12, m13, m21, m22, m23, m31, m32, m33) on "Create 3x3 matrix" block.
Here it:
http://www.mathworks.com/help/toolbox/aeroblks/create3x3matrix.html"
Thank you for interest and help!
Best regards.
Last edited by a moderator: