[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
vrml-package
From: |
Bertrand Roessli |
Subject: |
vrml-package |
Date: |
Fri, 17 Jul 2009 08:58:42 +0200 |
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
- vrml-package,
Bertrand Roessli <=