photo

Dimitar Georgiev


Last seen: 2개월 전 2019년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
xlsread doesn't read a column that contains string in the cells with unknown number of rows
You can use readcell, for example, example = readcell('example.xlsx','Range','A2:P5'); Now you can extract strings from the ce...

대략 5년 전 | 0

| 수락됨

답변 있음
Pull out strings and its values from a text file.
cell = readcell('filename.xlsx','Range','......'); stringname = '......'; variable = strcmp(stringname,cell);

대략 5년 전 | 0