matrix subplot extraction help
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Given variable M that is a matrix of size 8x8, assign to variable sub the contents of the first 3 rows & last 4 columns in M
cant seem to get this write, I know im close please help
0 Kommentare
Antworten (1)
Walter Roberson
am 5 Jun. 2015
hint: thing about what x(end-5), x(end-4), ... x(end) gives you
0 Kommentare
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices 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!