How to pick specific excel columns in matlab

조회 수: 1 (최근 30일)
Christopher
Christopher 2013년 2월 18일
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.

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 2월 18일
편집: Azzi Abdelmalek 2013년 2월 18일
num=xlsread('file.xls','T9:T20')
plot(num)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by