Effacer les filtres
Effacer les filtres

How do I add a column vector at the end of another column vector in a for loop

3 vues (au cours des 30 derniers jours)
Omer hakan Yaran
Omer hakan Yaran le 24 Mai 2022
Commenté : Allen le 24 Mai 2022
Hello all,
inxi = labels_win(:,1);
inx(:,i) = inxi-ws*(step-1);
val(:,i) = labels_win(:,2);
I am generating a column vector with each iteration of a for loop. I want to store each output inside the matrix "inx"
but I receive the following error
% Unable to perform assignment
% because the indices on the
% left side are not compatible
% with the size of the right
% side.
I need to store each iteration in a different column, how can I do that?
Note: Length of the columns vary

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by