Convert the Contents of matrix array (double) to single number (double) ?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Joy Tonto
el 16 de Abr. de 2019
Comentada: Joy Tonto
el 16 de Abr. de 2019
Vect_Time_report = [2019,3,22,15,53,37] ;
I need Converted_Vect_Time_report = 2019322155337
0 comentarios
Respuesta aceptada
Pruthvi G
el 16 de Abr. de 2019
Converted_Vect_Time_report = str2double(sprintf('%d',Vect_Time_style)) ;
Más respuestas (0)
Ver también
Categorías
Más información sobre Numeric Types en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!