help-octave
[Top][All Lists]
Advanced

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

Paths with '@' signs


From: Benjamin M. Schwartz
Subject: Paths with '@' signs
Date: Mon, 10 Sep 2007 19:55:40 -0400
User-agent: Thunderbird 2.0.0.6 (X11/20070815)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Does Matlab's path-handling have special treatment of directories whose first
character is '@'? I have a package containing such directories, seemingly used
to implement function-overloading.  Specifically, I have a directory tree like:

package/
package/@typea/
package/@typea/funca.m
package/@typea/funcb.m
package/@typeb/
package/@typeb/funca.m
package/@typeb/funcb.m

In matlab, if I do "addpath(pwd)" while in the package/ directory, funca and
funcb become available, with dispatch on type.  This behavior seems to be
missing in Octave's path-handling.  In Octave, neither implementation of the
functions becomes available.

How can I use this package with Octave?  I am running 2.9.10.

- --Ben
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG5dl8UJT6e6HFtqQRAhnsAJsFid0U2lVwtCMEbWc8uEVzPvdyVQCdEl+h
ctB2X/OIzTBbqBCAR3Vi7+0=
=Pf4r
-----END PGP SIGNATURE-----


reply via email to

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