help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with Importing Matlab Code to Octave


From: Francesco Cat
Subject: Re: Help with Importing Matlab Code to Octave
Date: Fri, 18 Apr 2008 08:02:32 +0200

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) <address@hidden>:
>
>
>
> 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
>  address@hidden
>  https://www.cae.wisc.edu/mailman/listinfo/help-octave
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]