forked from birsakm/StringArt
-
Notifications
You must be signed in to change notification settings - Fork 24
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.
-
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.
-
imresize not supported. Add the image package ... "pkg install -forge image"
-
repelem. This probably works.