How to index random points from vector
Show older comments
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
Accepted Answer
More Answers (1)
Andrei Bobrov
on 7 Oct 2015
faa([1,22:42])
Categories
Find more on Special Characters in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!