photo

Dimitar Georgiev


Last seen: 2 meses hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

Estadística

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

alrededor de 5 años hace | 0

| aceptada

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

alrededor de 5 años hace | 0