help-octave
[Top][All Lists]
Advanced

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

Re: How to open a .m File


From: Markus Feldmann
Subject: Re: How to open a .m File
Date: Fri, 31 Mar 2006 03:24:22 +0200
User-agent: Mail/News 1.5 (X11/20060228)

Geordie McBain wrote:
> Like with the function "type"?  For example:
> 
> - - -
> address@hidden:/tmp$ cat g.m
> function z = g (x, y)
>   z = x.^2 + y.^2;
> endfunction
> address@hidden:/tmp$ octave2.9 -q
> octave2.9:1> type g
> g is the user-defined function defined from: /tmp/g.m
> 
> function z = g (x, y)
>   z = x.^2 + y.^2;
> endfunction
> octave2.9:2>

Thanks,

i think I will be edit with kate or so on.

mfg Markus



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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