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

16 次查看(过去 30 天)
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