how to select the sample
Show older comments
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....
Accepted Answer
More Answers (1)
Benjamin Avants
on 13 May 2014
0 votes
samples = z(1:7)
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!