how to select the sample
古いコメントを表示
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....
採用された回答
その他の回答 (1 件)
Benjamin Avants
2014 年 5 月 13 日
0 投票
samples = z(1:7)
カテゴリ
ヘルプ センター および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!