Combining two matrices with different sizes
显示 更早的评论
I have two matrices: M1(176x2x7) double and M2(369x2x27). The 176 column is 250:600 (interval of 2) and the 369 column is 230:598 (interval of 1). I would like the M1 to replace M2 (: , : ,1:7) and make sure the data is 0 for the odd numbers after the replacement for (: , : ,1:7). Could anyone please tell me how to do it.
Thank you very much!
6 个评论
David Hill
2022-5-19
Replacement requires 5166 elements, M1 only has 2464 elements. How do you want to come up with the other elements?
Jan
2022-5-19
What does this mean: "The 176 column is 250:600 (interval of 2)"?
Cheuk Yin Wong
2022-5-19
Cheuk Yin Wong
2022-5-19
David Hill
2022-5-19
A simple example would be helpful. What about the other columns? Are all the 1st columns of M1 in the 3rd dimension the same? (250:2:600)'
Cheuk Yin Wong
2022-5-22
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Argument Definitions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!