how to select the sample
Mostrar comentarios más antiguos
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....
Respuesta aceptada
Más respuestas (1)
Benjamin Avants
el 13 de Mayo de 2014
0 votos
samples = z(1:7)
Categorías
Más información sobre Resizing and Reshaping Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!