how to defining date format ?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Jeevan Kumar Bodaballa
      
 el 27 de En. de 2020
  
    
    
    
    
    Respondida: Bhaskar R
      
 el 27 de En. de 2020
            I have date and hour fomate like below
2007.01.01. 01	
2007.01.01. 02	
2007.01.01. 03	
2007.01.01. 04	
2007.01.01. 05	
2007.01.01. 06	
2007.01.01. 07	
2007.01.01. 08	
2007.01.01. 09	
2007.01.01. 10	
2007.01.01. 11	
2007.01.01. 12	
2007.01.01. 13	
2007.01.01. 14	
2007.01.01. 15	
2007.01.01. 16	
2007.01.01. 17	
2007.01.01. 18	
2007.01.01. 19	
2007.01.01. 20	
2007.01.01. 21	
I would like to know how to define this into time vector. 
0 comentarios
Respuesta aceptada
  Bhaskar R
      
 el 27 de En. de 2020
        d_vect = datetime('2007.01.01. 01', 'Format', 'yyyy.MM.DD. HH');
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Dates and Time 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!

