Regarding file convertion from one format to another format?
1 次查看(过去 30 天)
显示 更早的评论
sir, i want to convert a binary data into .nc file using netcdf,how can i?
0 个评论
采纳的回答
Ashish Uthama
2013-10-29
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 NetCDF 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!