from cell array to number

78 views (last 30 days)
Ruud Oostindien
Ruud Oostindien on 1 Mar 2018
Commented: Ruud Oostindien on 1 Mar 2018
Hello, I have a 1x1 cell array with contents {'0008632'} I would like to convert it to the number 8632. How can I do that?

Accepted Answer

Stephen23
Stephen23 on 1 Mar 2018
str2double(C)

More Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!