variable selection problem

I have a matrix aaa, which has the values
0
1
2
3
4
5
6
7
8
in one column. say i want to save from 2~8 from the column. how do i select only from 2~8? Thanks

 採用された回答

Sean de Wolski
Sean de Wolski 2011 年 12 月 20 日

0 投票

B = aaa(3:end)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMultidimensional Arrays についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by