selecting values
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i have 1000 values,i want to select 300 first 300 values in it and display please help
0 Commenti
Risposta accettata
Andrei Bobrov
il 29 Dic 2011
A - your array with size 1000x1, e.g.:
A = randi(125,1000,1);
out = A(1:300)
fprintf('%d\n',out)
2 Commenti
Walter Roberson
il 29 Dic 2011
The number of images so far within the loop is k, and the number of total images is length(files)
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!