Matlab/Simulink : Replace a column in a matrix in Simulink

user2412542

I just want to know if an easy method exists to replace entirely a column of a matrix by an another one ? I can do it by using recursively a concatenate block but it seems a bit onerous...

Thanks

Daniel

Now an answer for Simulink, this basically implements the same as M=magic(5);M(:,2)=1:5

enter image description here

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章