convert cell to double

7 views (last 30 days)
mmdmeule
mmdmeule on 10 Mar 2014
Commented: Sean de Wolski on 10 Mar 2014
Hello,
When i imported data from my excel sheet to Matlab by using the 'import data' button, some colums were identified as cell and others as double (all the colums in excel consists of numbers). The data in the colums that are 'double' are NaN (once imported), and I can't convert the cell type to double in order that i can plot these.
Can anyone help me with this?
Thanks!

Answers (1)

Sean de Wolski
Sean de Wolski on 10 Mar 2014
In the import tool, change the selection to double, then reimport.
This is the best part of the import tool, you can rapidly change your settings until you're happy.
  2 Comments
mmdmeule
mmdmeule on 10 Mar 2014
Edited: mmdmeule on 10 Mar 2014
Thank you for responding this quickly.
But it is not possible to do this. I have two options : cell ("cells will have the MATLAB equivalent of the spreadsheet type") and number(cells will be converted into Matlab doubles."). the spreadsheet type is number. When I select cell, i can't convert this and when i select number , this must be replaced with NaN or can't be imported...
Sean de Wolski
Sean de Wolski on 10 Mar 2014
Could you attach a small representative example of your excel file (zipped)?

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!