help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: namespace support?


From: Michael Goffioul
Subject: Re: namespace support?
Date: Fri, 29 Jan 2010 20:48:37 +0000

On Fri, Jan 29, 2010 at 12:00 PM, Alexander Barth
<address@hidden> wrote:
> Hi all,
>
> Does octave support namespaces (or is it planned), in order to
> implement matlab's netcdf interface ?
> (http://www.mathworks.com/access/helpdesk/help/techdoc/ref/netcdf.html)
>
> Functions can either be called using the namespace prefix:
>
> netcdf.inqLibVers
>
> or by
>
> import netcdf.*
> inqLibVers

Might it be possible that Matlab implements netcdf support through
Java? This looks like typical Java/Matlab integration.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]