How can i reduce the size of an array?
Show older comments
hey everyone, i have an array with a lot of elements and i just will examine some of them. How can i reduce the array to have an array with only the elements, that i will examine? for example, if i have an array with 0:200 elements and will remove the elements 0:49 and 151:200, to get the new array with just 100 elements (from 50 to 150), how could i proceed?
Best regards.
Accepted Answer
More Answers (1)
Ls_k
on 11 Apr 2015
0 votes
Categories
Find more on Matrix Indexing 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!