Combining two matrices with different sizes
Ältere Kommentare anzeigen
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 Kommentare
David Hill
am 19 Mai 2022
Replacement requires 5166 elements, M1 only has 2464 elements. How do you want to come up with the other elements?
Jan
am 19 Mai 2022
What does this mean: "The 176 column is 250:600 (interval of 2)"?
Cheuk Yin Wong
am 19 Mai 2022
Cheuk Yin Wong
am 19 Mai 2022
David Hill
am 19 Mai 2022
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
am 22 Mai 2022
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Argument Definitions finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!