How to index random points from vector
Mostrar comentarios más antiguos
I have a vector "faa" of size 64 rows X 1 column and wish to extract the first point and a range of 22:42nd data points. How do I do this
Respuesta aceptada
Más respuestas (1)
Andrei Bobrov
el 7 de Oct. de 2015
faa([1,22:42])
Categorías
Más información sobre Special Characters en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!