how can i get output
古いコメントを表示
sample input: x=[12 34 56 78]
sample output: y=12345678
回答 (1 件)
Andrei Bobrov
2013 年 1 月 16 日
y = str2num(sprintf('%d',x));
カテゴリ
ヘルプ センター および File Exchange で SimEvents についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!