help-octave
[Top][All Lists]
Advanced

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

start Octave from Matlab


From: Timo
Subject: start Octave from Matlab
Date: Tue, 13 May 2014 09:54:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Hi all,

I need to run a Octave script from a function running in Matlab. This
can be done with the Matlab "system" function by calling:
system('octave --eval "MYSCRIPTNAME"')

I get some errors of following type:
octave:
/usr/local/MATLAB/MATLAB_Production_Server/R2013a/sys/os/glnxa64/libstdc++.so.6:
version `GLIBCXX_3.4.15' not found (required by
/usr/lib/x86_64-linux-gnu/liboctinterp.so.1)
octave:
/usr/local/MATLAB/MATLAB_Production_Server/R2013a/sys/os/glnxa64/libstdc++.so.6:
version `GLIBCXX_3.4.15' not found (required by
/usr/lib/x86_64-linux-gnu/liboctave.so.1)
octave:
/usr/local/MATLAB/MATLAB_Production_Server/R2013a/sys/os/glnxa64/libgfortran.so.3:
version `GFORTRAN_1.4' not found (required by
/usr/lib/x86_64-linux-gnu/libcruft.so.1)
octave:
/usr/local/MATLAB/MATLAB_Production_Server/R2013a/sys/os/glnxa64/libgfortran.so.3:
version `GFORTRAN_1.4' not found (required by /usr/lib/liblapack.so.3)
octave:
/usr/local/MATLAB/MATLAB_Production_Server/R2013a/sys/os/glnxa64/libgfortran.so.3:
version `GFORTRAN_1.4' not found (required by /usr/lib/libblas.so.3)

Does anyone have an idea what the error could be or have a different
idea how to do this? Are there system paths wrong or missing or
something similar?

Thanks
T



reply via email to

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