from cell array to number

84 Ansichten (letzte 30 Tage)
Ruud Oostindien
Ruud Oostindien am 1 Mär. 2018
Kommentiert: Ruud Oostindien am 1 Mär. 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?

Akzeptierte Antwort

Stephen23
Stephen23 am 1 Mär. 2018
str2double(C)

Weitere Antworten (0)

Kategorien

Mehr zu Data Types 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!

Translated by