Re: How to give path commands

Rory Conolly <[email protected]> Thu, 5 Aug 2021 12:50:52 -0400
Newsgroups gmane.comp.gnu.octave.general
Message-ID <CAOZJzUd-0XwaoLNOefcwGt4AvmkEdjuHFOHSThXVcCcXcsjv8A@mail.gmail.com>
On Thu, Aug 5, 2021 at 12:42 PM Samuel Doughty <[email protected]> wrote:

> A friend has sent me some Matlab code consisting of three files. The first
> is the main program. The second is a function routine that in turn calls
> the third from the second. How do I set the path for these to run in the
> GUI editor, please?
> Thanks,
> Sam
>


You can stick all the files into the same folder. Then open the GUI and use
it to select the folder that holds the files you want to run.

- Rory