Problem reading double array from excel
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Daniel
el 4 de Nov. de 2022
Comentada: Daniel
el 4 de Nov. de 2022
Hi, Im reading data from a excel file and I have a few strings that I need to read it as double and I cant, I tried converting the cell to string and then to double and more options but the result are NaN or not a double. Here is what I need to do:
Here I have the excel value
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1180703/image.png)
This is how I read all this value and the others (the other values are just normal numbers, so I dont have problems)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1180708/image.png)
This is what I want to do
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1180713/image.png)
Thank you for the help
0 comentarios
Respuesta aceptada
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!