how to select the sample
Ältere Kommentare anzeigen
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....
Akzeptierte Antwort
Weitere Antworten (1)
Benjamin Avants
am 13 Mai 2014
0 Stimmen
samples = z(1:7)
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!