matrix subplot extraction help
Mostrar comentarios más antiguos
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
Respuestas (1)
Walter Roberson
el 5 de Jun. de 2015
0 votos
hint: thing about what x(end-5), x(end-4), ... x(end) gives you
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!