variable selection problem

1 vue (au cours des 30 derniers jours)
Andy
Andy le 20 Déc 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

Réponse acceptée

Sean de Wolski
Sean de Wolski le 20 Déc 2011
B = aaa(3:end)

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by