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

15 vues (au cours des 30 derniers jours)
Joy Tonto
Joy Tonto le 16 Avr 2019
Commenté : Joy Tonto le 16 Avr 2019
Vect_Time_report = [2019,3,22,15,53,37] ;
I need Converted_Vect_Time_report = 2019322155337

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Data Types dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by