Txt file to NetCDF file
Mostra commenti meno recenti
How can i turn a txt file into a nc file in MatLab ?
Risposta accettata
Più risposte (1)
Felipe
il 9 Giu 2014
0 voti
1 Commento
Kelly Kearney
il 9 Giu 2014
Before you can write a variable to a netcdf file, you need to first set up the netcdf file with the proper variable names, dimensions, etc. via nccreate.
Exactly what those variable names and dimensions will be depend on the data in your text file, which you haven't yet described. Perhaps if you give us some more info we can help you with the syntax.
Categorie
Scopri di più su NetCDF in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!