Problem reading double array from excel
14 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!