Info
此问题已关闭。 请重新打开它进行编辑或回答。
How do I create such matrix ? (please look at the thread for further details)
1 次查看(过去 30 天)
显示 更早的评论
Hi,
Let say I have 2 matrix A and B.
A=[1 2 3;
4 5 6]
B=[7 8 9;
10 11 12]
How do I create a matrix that becomes
C=[1-0 2-7 3-8;
4-0 5-10 6-11]
And what will happen if I have n rows and m columns for both A and B?
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!