Re: How to give path commands
Samuel Doughty <[email protected]> Thu, 5 Aug 2021 11:59:08 -0500
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CALCCG3gxKpNL6kWNF+Ar+Zv4F5CK5+CpGzpCtZy6K1s1vJ=wrg@mail.gmail.com> |
Thanks for your responses. I have all three files in a single folder, and I opened the main program with the GUI. When I ran it, it gave me an error saying that it cannot find the first function called. I've got Octave 6.1.0 if that is significant. Have I missed something? Sam On Thu, Aug 5, 2021 at 11:51 AM Rory Conolly <[email protected]> wrote: > 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 >