from cell array to number

90 ビュー (過去 30 日間)
Ruud Oostindien
Ruud Oostindien 2018 年 3 月 1 日
コメント済み: Ruud Oostindien 2018 年 3 月 1 日
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?

採用された回答

Stephen23
Stephen23 2018 年 3 月 1 日
str2double(C)
  1 件のコメント
Ruud Oostindien
Ruud Oostindien 2018 年 3 月 1 日
thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Types についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by