octave-maintainers
[Top][All Lists]
Advanced

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

demo for ode(number)r fails because of mex file path error


From: Tatsuro MATSUOKA
Subject: demo for ode(number)r fails because of mex file path error
Date: Wed, 27 Jun 2007 18:51:30 +0900 (JST)

Dear Michael

Demo for ode(number)r fails because of mex file path error
for MSVC 2.9.12-3.

odepkg_mexsolver_radau.mex was found in

C:\Programs\Octave2.9.12-3\share\octave\packages\odepkg-0.3.0\i686-pc-msdosmsvc-api-v24.

But its path was not recognized by the octave.

Demos for such as the ode23 in which code is written by
*.m files work weel

*************************************************
octave:6> demo ode2r
ode2r example 1:

 A = odeset ('RelTol', 1e-1, 'AbsTol', 1e-2);
 [vx, vy] = ode2r (@odepkg_equations_secondorderlag, [0
2.5], [0 0], ...
    A, 5, 2, 0.02, 0.1);

 plot (vx, vy(:,1), '-ob;y, x2;', vx, vy(:,2), '-or;x1;',
...
    vx, ones(length(vx),1)*5, '-og;u;');

 %
---------------------------------------------------------------------
 % The figure window shows the state variables x1, x2 as
well as the
 % input signal u and the output signal y(=x2) of a second
order lag
 % implementation (cf. the control theory). The function
ode2r was
 % called with an option argument A that has been set
before with the
 % command "odeset" and with further parameters "5, 2,
0.02, 0.1" that
 % are passed to the set of ordinary differential
equations.

ode2r example 1: failed
error: failed to install .mex file function
`odepkg_mexsolver_radau'


T. Matsuoka

--------------------------------------
Start Yahoo! Auction now! Check out the cool campaign
http://pr.mail.yahoo.co.jp/auction/


reply via email to

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