Indexing arrays to a new array
이전 댓글 표시
Hello
I am writing an assignment where we got a task to analyse some data. Here i wanna analyse a specifik segment of a given array i got. I am therefore woondering if it is possible to make a new array that contain, lets say from collum 4 to coullum 8 of the given array i allready got.
Example
Array1:
123
232
354
475
523
665
766
898
986
109
And then i want a little program or a command that can give me an array 2:
475
523
665
766
898
Kind Regards Mads
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!