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

Re: [Pkg-octave-devel] Matlab-Octave compatibility issue in future-Debian package



Michael,

I do not have Matlab handy, but I think it has exist() function. and so does 
Octave. Therefore, you can try something like:
...

if exist("OCTAVE_VERSION")
   system(...);
else
   eval(...);
end;

Andrey



Reply to: