How to convert cell to double ??
193 views (last 30 days)
Show older comments
Farman Shah
on 9 Oct 2018
Commented: Hideki Kawakatsu
on 30 Mar 2020
i have cell values of 1315x1 and i want to convert it to double.So far i tried but not getting the actual double values.
thanks in advance
1 Comment
Guillaume
on 9 Oct 2018
The answer depends entirely on what is in the cells. Unfortunately, you haven't said.
Accepted Answer
Stephen23
on 9 Oct 2018
Edited: Stephen23
on 9 Oct 2018
Another guess:
str2double
@Farman Shah: you have not told us what is in the cell array, so we have no idea what the data is, that needs to be converted into double or extracted into a double array. If you explain what your data is like, then we can help you get the answer that you need.
0 Comments
See Also
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!