Help with Importing Matlab Code to Octave
Francesco Cat
heartcollector87 at gmail.com
Fri Apr 18 01:02:32 CDT 2008
you need to add the m-file path to the path list.
When you start octave, use the "path" command: you will see the
complete list of paths in which octave looks for m-files. You can put
the m-files you need in one of these directories or use the addpath
and savepath commands. See "help addpath" and "help savepath" for more
informations.
And when you try opening your m-file, remember crossing your fingers ;)
2008/4/17, Bruggemann, Jeremy J. (WSTF-RF) <Jeremy.J.Bruggemann at nasa.gov>:
>
>
>
> Is there a way to import code into Octave from an already written Matlab
> program?
>
>
> Jeremy Bruggemann
> NASA JSC WSTF Bldg. 200; Rm. 128
> 12600 NASA Road
> Las Cruces, NM 88004
> Office Phone: (575)524-5657
> Cell Phone: (575)650-4004
> _______________________________________________
> Help-octave mailing list
> Help-octave at octave.org
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
>
>
More information about the Help-octave
mailing list