variable selection problem

1 visualizzazione (ultimi 30 giorni)
Andy
Andy il 20 Dic 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

Risposta accettata

Sean de Wolski
Sean de Wolski il 20 Dic 2011
B = aaa(3:end)

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by