photo

Dimitar Georgiev


Last seen: 2 mesi fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

Statistica

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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...

circa 5 anni fa | 0

| accettato

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

circa 5 anni fa | 0