How do I split one column with 744 rows into 31 columns with 24 values.
Mostrar comentarios más antiguos
I have one column with 744 rows of random values, how do I use a for loop to create a different array of 31 columns for every 24 row (since 744/24 = 31).
2 comentarios
James Tursa
el 14 de Abr. de 2020
If you need to use a nested for-loop for homework, what have you done so far? What specific problems are you having with your code?
Oliver Lopez
el 14 de Abr. de 2020
Editada: Oliver Lopez
el 14 de Abr. de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements 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!