help-octave
[Top][All Lists]
Advanced

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

Re: start Octave from Matlab


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

The issue was related to the "LD_*" definitions.
The solution for me to execute a script in Octave from Matlab is to use
the following code in Matlab:

cmd = 'octave --eval "SCRIPTNAME"';
pre = 'LD_LIBRARY_PATH=""; LD_FRAMEWORK_PATH="";
LD_FALLBACK_LIBRARY_PATH=""';
system (sprintf ('%s %s', pre, cmd));

Thanks for the support, I consider the help request closed.
Timo



On 05/13/2014 02:42 PM, c. wrote:
> On 13 May 2014, at 13:16, Ben Abbott <address@hidden> wrote:
>
>> On Linux, I don't think you have the DYLD* stuff,
> yes, it has, you just have to change DYLD* to LD*, e.g. 
>
>  DYLD_LIBRARY_PATH  -->  LD_LIBRARY_PATH
>
> c.




reply via email to

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