Regarding file convertion from one format to another format?

1 回表示 (過去 30 日間)
kopparthi
kopparthi 2013 年 10 月 29 日
回答済み: Ashish Uthama 2013 年 10 月 29 日
sir, i want to convert a binary data into .nc file using netcdf,how can i?

採用された回答

Ashish Uthama
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 件)

カテゴリ

Help Center および File ExchangeNetCDF についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by