extracting value from a matrix
Mostrar comentarios más antiguos
Hi everyone,
I have this matrix "X" of one row and 64 columns, it has only binary values as given by
X=[1000000000000000000000000000000000000000000000000000000000000000];
I want help to create a for loop which helps me extract each value from this matrix, column by column and save the obtained vaue to another variable, Y.
1 comentario
Paul Hoffrichter
el 19 de Abr. de 2021
This free self-paced course will help you learn a good deal about Matlab operations. After you take this course, please post some code if you are still having some issues.
Respuesta aceptada
Más respuestas (0)
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!