필터 지우기
필터 지우기

Variable Data Matrices From Excel

조회 수: 1 (최근 30일)
Corbin Hedt
Corbin Hedt 2011년 3월 25일
I have several spreadsheets from excel that I am trying to get matlab to analyze. The column, in particular, that I am extracting from starts at the same row in each sheet. However, the end of the data varies between sheets. Normally, a (1:end) type of command would fix this, however there are data sets below the wanted range which I do not want included...so really, it would be a (1:variable_ending) type of thing.
What command could I use to select the lowest nonzero value to the highest value as the range for which to extract data from?
  댓글 수: 2
Fangjun Jiang
Fangjun Jiang 2011년 3월 25일
Can you provide an example of your column data? I don't quite understand your last phrase.
Ashish Uthama
Ashish Uthama 2011년 3월 25일
Any reason you cant read the full column data, and then filter data you need?

댓글을 달려면 로그인하십시오.

답변 (1개)

RNTL
RNTL 2012년 2월 10일
what differs the data in the column you want and the data coming right after? are there blank cells? different type of data? if you have, just take the whole column and parse it later.

카테고리

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