Problem reading double array from excel
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!