Help Calling Java from Matlab
Rich Signell
rsignell at usgs.gov
Mon Jul 9 08:50:08 MDT 2007
Roger,
I haven't tried to write files from Matlab using NetCDF Java, but here
is an example of a Matlab using some of the higher level functionality
within NetCDF-Java to access and plot an isosurface from a 3D
dimensionless vertical coordinate ocean model:
http://stellwagen.er.usgs.gov/rps/share/java_isosurface_demo2.m
If you follow the instructions carefully at the top of the m-file to
download the .jar file and edit the classpath, it should just work for
you, as it accesses the model data via OpenDAP, which is supported by
NetCDF-Java.
Let me know if it doesn't work.
-Rich
On 7/9/07, Roger GALLOU (AGO) <roger.gallou at ago.fr> wrote:
> Hello,
>
> I hope I'm on the good users list.
> I'm working with Matlab R2006b on Windows. I 'm intesresting by the
> NetCDF Java package to access to data files for read and write.
> I've found some examples, I try on Matlab, in the document : NetCDF Java
> Users' Manuel (page 33-34).
>
> I need some help to call some classes of the librairy nc2.2.jar,
> particulary for writing files :
> all the classes type ArrayInt (Double, ...) for dimensions D1, D2, D3 ...
>
> I success to manage dimension, attribut, but I don't manage to create a
> array of data for any dimension I know.
> In Matlab, the instruction :
> ucar.ma2.ArrayInt.D3(2, latDim.getLength(), lonDim.getLength()) answers
> that the method D3 doesn't exist.
> I can't call with the "$" character as it is declared in the package
> ucar.ma2.
> (ex : ArrayInt$D1).
>
> Is there anybody who have encounter this king of problem ? If yes, could
> he/she bring me some help ?
> In extension, if anybody has some informations for writing NetCDF files
> with Java librairies in Matlab, I'm interesting.
>
> Thanks by advance.
>
> Roger GALLOU
> roger.gallou at ago.fr
> 02 98 05 43 21 (FRANCE)
>
>
>
> ==============================================================================
> To unsubscribe netcdf-java, visit:
> http://www.unidata.ucar.edu/mailing-list-delete-form.html
> ==============================================================================
>
--
Dr. Richard P. Signell (508) 457-2229
USGS, 384 Woods Hole Rd.
Woods Hole, MA 02543-1598
==============================================================================
To unsubscribe netcdf-java, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
==============================================================================
More information about the Netcdf-java
mailing list