Combining two matrices with different sizes
Mostra commenti meno recenti
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 Commenti
David Hill
il 19 Mag 2022
Replacement requires 5166 elements, M1 only has 2464 elements. How do you want to come up with the other elements?
Jan
il 19 Mag 2022
What does this mean: "The 176 column is 250:600 (interval of 2)"?
Cheuk Yin Wong
il 19 Mag 2022
Cheuk Yin Wong
il 19 Mag 2022
David Hill
il 19 Mag 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
il 22 Mag 2022
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Argument Definitions in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!