Shifting vectors with the same matrix using 'for' loop
Ältere Kommentare anzeigen
Dear members
I have a matrix of dimensions 10*20
And I have a vector of 50 bits
I have the main program that I use for my need. But I want use this program for each 20 part of this vector.
I want use 'for' loop firstly to use the red part of the matrix with 20 first bits of V , than to repeat the use of the other parts of matrix
So it's a gender of shifting each 10 bits of V with the same part of matrix.
2 Kommentare
David Hill
am 15 Mär. 2021
What operation do you want to do with the matrix and V? I have no idea what your question is.
Afluo Raoual
am 15 Mär. 2021
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!