How do I take specific data from an array?
이전 댓글 표시
I have 50 different on column vectors, each defined at t0 through t49. I need to be able to use the data at a certain point from each vector, but the problem is the data I want is not going to be in the same row for all 50 vectors. I want to tell it to start reading when t(i+1)<ti for every file but I'm not sure how to run a loop to do this 50 different times.
댓글 수: 2
Kirby Fears
2015년 9월 18일
Are these 50 column vectors already loaded into matlab memory? Are they 50 separate arrays, or is this a single table?
Kristen Brusich
2015년 9월 18일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!