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

9 Ansichten (letzte 30 Tage)
Vect_Time_report = [2019,3,22,15,53,37] ;
I need Converted_Vect_Time_report = 2019322155337

Akzeptierte Antwort

Pruthvi G
Pruthvi G am 16 Apr. 2019
Converted_Vect_Time_report = str2double(sprintf('%d',Vect_Time_style)) ;

Weitere Antworten (0)

Kategorien

Mehr zu Numeric Types finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by