How to convert netcdf datenum to HH:mm:ss.
    7 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    ABDALLAH BOINA Safinati-Amir
 le 8 Avr 2020
  
    
    
    
    
    Réponse apportée : Pratheek Punchathody
    
 le 22 Jan 2021
            Hello,
I have a netcdf file that i've read and extract time data (datenum)  (days since 1970-01-01 00:00:00), i would like to convert them from datenum to this format : HH:mm:ss. If i take the exemple of 13-12-2019, i have series of datenum and when i convert them it returns me these date 11-12-0049.
I started to write this code, How should i do? 
GHI=ncread('1574138737_2020-01-01.nc','total horizontal irradiance');
Temps=ncread('1574138737_2020-01-01.nc','time');
Time=datetime(Temps,'convertFrom','datenum');
0 commentaires
Réponses (1)
  Pratheek Punchathody
    
 le 22 Jan 2021
        You can look into the similar answer in the community in the following Link which would help you in finding answers.
0 commentaires
Voir également
Catégories
				En savoir plus sur NetCDF dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

