Fill values from different matrices size
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I want to know how I can put the values of a matrix 3x3 into a matrix of 6x6 (for example), adding zeros in the not pair rows and colums, just like that:
A B C
D E F
G H I
into:
A 0 B 0 C 0
0 0 0 0 0 0
D 0 E 0 F 0
0 0 0 0 0 0
G 0 H 0 I 0
0 0 0 0 0 0
Thank you very much!
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!