关于Matlab计算矩阵的问题.希望达人们帮助.With the help of Simulink function in Matlab,perform the matrix multiplication A*B.The matrices A and B are shown:A=[1+2j j;3 2-3j] B=[1-2j -j;3 2+3j].(use a constant block,a gain block and a di
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/03 04:31:16
关于Matlab计算矩阵的问题.希望达人们帮助.With the help of Simulink function in Matlab,perform the matrix multiplication A*B.The matrices A and B are shown:A=[1+2j j;3 2-3j] B=[1-2j -j;3 2+3j].(use a constant block,a gain block and a di
关于Matlab计算矩阵的问题.
希望达人们帮助.With the help of Simulink function in Matlab,perform the matrix multiplication A*B.The matrices A and B are shown:A=[1+2j j;3 2-3j] B=[1-2j -j;3 2+3j].(use a constant block,a gain block and a display block).哎,
关于Matlab计算矩阵的问题.希望达人们帮助.With the help of Simulink function in Matlab,perform the matrix multiplication A*B.The matrices A and B are shown:A=[1+2j j;3 2-3j] B=[1-2j -j;3 2+3j].(use a constant block,a gain block and a di
Constant里面constant value设置为:[1+2j j;3 2-3j],即A.
Gain里面Gain设置为:[1-2j -j;3 2+3j],即B.注意Multiplication要选择Matrix(u*K).
运行就可以了,结果如下图所示.