from cell array to number

83 visualizaciones (últimos 30 días)
Ruud Oostindien
Ruud Oostindien el 1 de Mzo. de 2018
Comentada: Ruud Oostindien el 1 de Mzo. de 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?

Respuesta aceptada

Stephen23
Stephen23 el 1 de Mzo. de 2018
str2double(C)

Más respuestas (0)

Categorías

Más información sobre Data Types en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by