how can i get output
Mostrar comentarios más antiguos
sample input: x=[12 34 56 78]
sample output: y=12345678
Respuestas (1)
Andrei Bobrov
el 16 de En. de 2013
y = str2num(sprintf('%d',x));
Categorías
Más información sobre Electrical Block Libraries en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!