Convert the Contents of matrix array (double) to single number (double) ?

조회 수: 15 (최근 30일)
Joy Tonto
Joy Tonto 2019년 4월 16일
댓글: Joy Tonto 2019년 4월 16일
Vect_Time_report = [2019,3,22,15,53,37] ;
I need Converted_Vect_Time_report = 2019322155337

채택된 답변

Pruthvi G
Pruthvi G 2019년 4월 16일
Converted_Vect_Time_report = str2double(sprintf('%d',Vect_Time_style)) ;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by