how can i get output
Show older comments
sample input: x=[12 34 56 78]
sample output: y=12345678
Answers (1)
Andrei Bobrov
on 16 Jan 2013
y = str2num(sprintf('%d',x));
Categories
Find more on Electrical Block Libraries in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!