help-octave
[Top][All Lists]
Advanced

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

namespace support?


From: Alexander Barth
Subject: namespace support?
Date: Fri, 29 Jan 2010 13:00:20 +0100

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


Cheers,
Alex


reply via email to

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