Using xlsread to select multiple rows/columns
조회 수: 3 (최근 30일)
이전 댓글 표시
I was wondering if its possible to use the xlsread(filename,-1) function to select multiple rows of data with the rows not being consecutive. For example, I want to be able to select row1 from the excel sheet, skip row2 and select row 3. It appears MATLAB cannot make the distinction between multiple selections even though it allows the user to make multiple selctions. As it currently stands i can make the selection but the xlsread function will only output the first row of data.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!