Regarding file convertion from one format to another format?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
kopparthi
le 29 Oct 2013
Réponse apportée : Ashish Uthama
le 29 Oct 2013
sir, i want to convert a binary data into .nc file using netcdf,how can i?
0 commentaires
Réponse acceptée
Ashish Uthama
le 29 Oct 2013
First, read the data into MATLAB using fopen and fread. You could then use the nc* family of functions like nccreate to write the data into a NetCDF file.
If you run into issues, consider updating the question with additional information about the binary data (What is the size? What are the axis?)
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur NetCDF 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!