variable selection problem

3 visualizaciones (últimos 30 días)
Andy
Andy el 20 de Dic. de 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

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by