Skip to content

Octave Support

bdring edited this page Feb 24, 2019 · 1 revision

Does it work in Octave?

No...not yet

Octave is a open source (free) project very similar to Matlab. Many Matlab scripts will run in Octave, but currently this project will not.

I am looking into fixing this as time permits, but I have very little experience. Here are some of the errors and fixes so far.

  1. rng function not supported. It think this sets up options for the random number generator functions. The statement may not be needed. We might be able to create a dummy rnd.m file.

  2. imresize not supported. Add the image package ... "pkg install -forge image"

  3. repelem. This probably works.

Clone this wiki locally