how can i get output

조회 수: 4 (최근 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에서 Electrical Block Libraries에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by