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