I am running matlab code in octave. The import function is not implemented in core octave, I guess. Any idea how to use this matlabe function in octave?
Here is what I have: octave-3.4.0:7> setup Importing packages: brml.* warning: the `import' function is not yet implemented in Octave
Please read `http://www.octave.org/missing.html' to learn how you can contribute missing functionality.
error: `import' undefined near line 8 column 5
You can make your own custom import.m. From http://octave.1599824.n4.nabble.com/namespace-support-td1638758.html: