How to pick specific excel columns in matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to be able to pick for example T9:T20 from excel and represent that in matlab then use those values to plot graphs in matlab.
댓글 수: 0
답변 (1개)
Azzi Abdelmalek
2013년 2월 18일
편집: Azzi Abdelmalek
2013년 2월 18일
num=xlsread('file.xls','T9:T20')
plot(num)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!