[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vrml-package
From: |
Tatsuro MATSUOKA |
Subject: |
Re: vrml-package |
Date: |
Sat, 18 Jul 2009 09:33:38 +0900 (JST) |
Hello
As is written in Octave-Forge Home page
http://octave.sourceforge.net/
Your issue should be posted to Octave-Forge repository mailing list not here :
address@hidden
Regards
Tatsuro
--- Bertrand Roessli wrote:
> Hello,
>
> I have been using the very useful
> vrml-1.0.10-package from Octave-forge and
> came across 2 small problems.
>
> 1.) the function vrlm_transfo calls the orthogonalize
> function. I think this function was replaced by the
> function orth in the linear-algebra package? Is it the case?
>
> 2.-) in the function vrlm_texte
> the command
>
> s = read_options (varargin{:}, "op1",op1,"op0",op0, "default",df);
>
> gives an error in octave-3.2. It works if I replace with
>
> s = read_options (varargin, "op1",op1,"op0",op0, "default",df);
>
> Thanks,
>
> Bertrand Roessli
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/
- vrml-package, Bertrand Roessli, 2009/07/17
- Re: vrml-package,
Tatsuro MATSUOKA <=