for loop concatenation for datasets
Mostra commenti meno recenti
I am working on a code that combines datasets of equal sizes.
I want to create a loop that concatenates the datasets horizontally. In the loop below ds_temp will be recurrring datasets (200x2) that will need to be combined to form the final dataset ds. Can you please help?
ds = ds_temp;
ds = horzcat(ds,ds);
end
Risposta accettata
Più risposte (1)
Yesid Goyes
il 10 Giu 2013
How do I automatically concatenate several pages of the same multidimensional array.?
if true
% cc=cat(1,xyz(:,:,1),xyz(:,:,2),xyz(:,:,3),...,xyz(:,:,n));
end
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!