Suppose I have a 2 by 60 matrix, like A = [1:60,2:61] how can I reshape it by the first 10 rows so that I can get a 20 by 6 matrix??
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Uzochukwu Akabueze
am 12 Okt. 2021
Kommentiert: Uzochukwu Akabueze
am 13 Okt. 2021
B = reshape(A,rowSize(A)/6,[],6)
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!