variable selection problem

1 view (last 30 days)
Andy
Andy on 20 Dec 2011
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

Accepted Answer

Sean de Wolski
Sean de Wolski on 20 Dec 2011
B = aaa(3:end)

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!