From: Oswalt Manoj on

Hi,
I have some data from IISc Bangalore.
The data are of .nc format it is not running on matlab.
some codings are to be added it seems.

does any one have the code to make the file run in matlab

or whether there is any specific tool box to run the file.

Waiting for the reply soon.

wishes from
manoj
From: Ashish Uthama on
On Wed, 10 Mar 2010 06:49:04 -0500, Oswalt Manoj
<oswaltmanoj1986(a)gmail.com> wrote:

>
> Hi,
> I have some data from IISc Bangalore.
> The data are of .nc format it is not running on matlab. some codings are
> to be added it seems.
>
> does any one have the code to make the file run in matlab or whether
> there is any specific tool box to run the file.
>
> Waiting for the reply soon.
>
> wishes from
> manoj

..nc file might refer to NetCDF files
(http://www.unidata.ucar.edu/software/netcdf/). NetCDF files contain data,
I assume you meant 'read the data from this file' rather than 'run the
file'.

Since you have not mentioned your MATLAB version, I would suggest
searching for 'netcdf' in the documentation to find the functions you need
to read the data from this file. If you do not find anything, you could
also try the tool(s) from: http://mexcdf.sourceforge.net/