help-octave
[Top][All Lists]
Advanced

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

Re: m files


From: John B. Thoo
Subject: Re: m files
Date: Fri, 8 May 2009 12:31:28 -0700


On May 8, 2009, at 10:38 AM, R. Paradis wrote:

Hi,

I have created a function and saved it as a .m file. How do I execute
this function in octave?

Hi, Rob. I think if the file is named "myfunction.m", e.g., then you only need to type in Octave

  myfunction (...)

and the arguments (...). I also think the file must be in your Octave path or current working directory. (Someone please correct me gently if I'm wrong.)

---John.


reply via email to

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