필터 지우기
필터 지우기

Regarding file convertion from one format to another format?

조회 수: 2 (최근 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 CenterFile Exchange에서 NetCDF에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by