how can i get output

1 次查看(过去 30 天)
mukim
mukim 2013-1-16
sample input: x=[12 34 56 78]
sample output: y=12345678

回答(1 个)

Andrei Bobrov
Andrei Bobrov 2013-1-16
y = str2num(sprintf('%d',x));

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by