From: sagar poudel on
Hi
I have a netcdf file with .nc extension. I don't know the content of the file..I would like to open the file using matlab. Is there any function developed by anyone to open netcdf file?

Sagar
From: TideMan on
On Mar 1, 8:46 am, "sagar poudel" <acharya_a...(a)yahoo.com> wrote:
> Hi
> I have a netcdf file with .nc extension. I don't know the content of the file..I would like to open the file using matlab. Is there any function developed by anyone to open netcdf file?
>
> Sagar

Depends what version of Matlab you have.
In recent versions it is pre-installed, but in old versions you need
to find and load mexcdf (use Google).
To find the contents of a .nc file use ncdump either in Matlab or in
DOS/Linux. Use Google to find ncdump executable.