how to select the sample
Afficher commentaires plus anciens
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....
Réponse acceptée
Plus de réponses (1)
Benjamin Avants
le 13 Mai 2014
0 votes
samples = z(1:7)
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!