If i have a function to generate two matrix?
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
If i have
for k=1:2
C1 = randi ([0 1],3,3);
C2 = randi ([0 1],3,3);
end
How can put the C1 and C2 in the same matrix like this
Matrix = [{0 1 1;1 1 1; 0 1 1}, {1 1 1;0 1 1;1 0 1}, { 1 1 0 ; 1 0 1 ;0 0 1} , {0 1 1 ; 1 0 1 ; 1 1 0 }]
3 个评论
Firas Al-Kharabsheh
2016-5-10
Image Analyst
2016-5-10
What is the rule for inserting each matrix into the new output matrix?
回答(1 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!