variable selection problem

1 回表示 (過去 30 日間)
Andy
Andy 2011 年 12 月 20 日
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 日
B = aaa(3:end)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultidimensional Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by