How to index random points from vector
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Andrei Bobrov
le 7 Oct 2015
faa([1,22:42])
Catégories
En savoir plus sur Special Characters dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!