import function in octave
问题 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 回答1: You can make your own custom import.m. From http:/