Matlab, index from starting location to last index

Posted by ccook on Stack Overflow See other posts from Stack Overflow or by ccook
Published on 2010-04-17T17:55:05Z Indexed on 2010/04/17 18:03 UTC
Read the original article Hit count: 200

Filed under:
|

Say you have an array, data, of unknown length. Is there a shorter method to get elements form a starting index to the end than

subdata = data(2:length(data))

© Stack Overflow or respective owner

Related posts about matlab

Related posts about indexing