How can i create a NetCDF file ?

조회 수: 4 (최근 30일)
Felipe
Felipe 2014년 6월 26일
댓글: Felipe 2014년 10월 30일
I'm trying to create a NetCDF file using netcdf.create ou nccreate but i'm not getting.
When i try to use netcdf.create:
>> netcdf.create('file','netcdf4'); ??? Error using ==> netcdflib Unrecognized operation: "NETCDF4"
Error in ==> getConstant at 28 param = netcdflib('parameter', param_name);
Error in ==> create at 45 mode = netcdf.getConstant(mode);
If you can help me i will be greatfull. Thanks.

채택된 답변

Ashish Uthama
Ashish Uthama 2014년 6월 26일
Felipe, Consider starting with the example in the nccreate doc page (Towards the bottom). You can start to build on this example.
Post back if you run into specific issues.
  댓글 수: 2
Felipe
Felipe 2014년 6월 26일
When i use nccreate:
>> nccreate('arquivo','lat','nc_double'); ??? Undefined function or method 'nccreate' for input arguments of type 'char'.
Ashish Uthama
Ashish Uthama 2014년 6월 26일
Felipe, you probably have an older version. Please upgrade if possible. Else, look at the examples for netcdf.putvar, the low-level direct interface to the NetCDF library.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Carlos Batista
Carlos Batista 2014년 10월 29일
Felipe Lyra,
vc conseguiu criar o arquivo netcdf? Estou tentando também!!!
  댓글 수: 1
Felipe
Felipe 2014년 10월 30일

Fala Carlos ... consegui sim ! Mas não sei se está abrindo em todos os programas não ... No MatLab e no Python o arquivo está abrindo normal. Se quiser eu te mando por e-mail o script que eu fiz pra salvar em NetCDF. Abraço.

댓글을 달려면 로그인하십시오.

카테고리

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