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

16 visualizzazioni (ultimi 30 giorni)
Vect_Time_report = [2019,3,22,15,53,37] ;
I need Converted_Vect_Time_report = 2019322155337

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Data Types in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by