octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50165] No Octave-Forge package to match Matla


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #50165] No Octave-Forge package to match Matlab "coder" package
Date: Mon, 30 Jan 2017 16:18:00 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #6, bug #50165 (project octave):

I'd keep that file out of Matlab's search path in a special folder you only
add to Octave's search path. Maybe with something like:

if isempty (ver ('Matlab'))
  addpath ('C:\path_to_the_plus_folder');
end


I never worked with the coder package. But I would guess that the function
"varsize" from the Mathworks package writes the values you submit to it to
some kind of database.
If the function from comment #3 was in your Matlab search path, it would be
used instead of the one from the Mathworks package, effectively inhibiting its
effect.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50165>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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