Repeat a 2D matrix at multiple places in 5D matrix
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
ANAND NALE
il 20 Ago 2021
Commentato: ANAND NALE
il 20 Ago 2021
I have a 5D matrix
A = zeros(5,2,2,2,2)
I have another matrix (2D Matrix)
B = [ 1 6
2 7
3 8
4 0
5 10];
Now I need to evaluate:
A(:, :, 2, :, :) = B;
Its shows an error.
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!