Combining two matrices with different sizes
Mostrar comentarios más antiguos
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 comentarios
David Hill
el 19 de Mayo de 2022
Replacement requires 5166 elements, M1 only has 2464 elements. How do you want to come up with the other elements?
Jan
el 19 de Mayo de 2022
What does this mean: "The 176 column is 250:600 (interval of 2)"?
Cheuk Yin Wong
el 19 de Mayo de 2022
Cheuk Yin Wong
el 19 de Mayo de 2022
David Hill
el 19 de Mayo de 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
el 22 de Mayo de 2022
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Argument Definitions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!