How to divide matrix into sub matrix
Mostrar comentarios más antiguos
I have the matrix: time=0:0.05:8; and I'm trying to divide it into multiple matrices of 4. I tried using:
TIME=mat2cell(time,1,4) but i don't know what I'm doing wrong.
1 comentario
Greg
el 4 de Feb. de 2018
Can you elaborate? I'm not following "multiple matrices of 4." What are you wanting to do with the sub-matrices?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Resizing and Reshaping 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!