how to select the sample
Mostra commenti meno recenti
Suppose i have a matrix:
z=[1;2;3;4;5;6;1;9;10;32;21]
from the above matrix how can i select first 7 sample? Please help....
Risposta accettata
Più risposte (1)
Benjamin Avants
il 13 Mag 2014
0 voti
samples = z(1:7)
Categorie
Scopri di più su Resizing and Reshaping Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!