octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50347] Refer command-line functions to their


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #50347] Refer command-line functions to their point of definition in an octave session when the 'which' command is used
Date: Sun, 19 Feb 2017 14:43:52 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36

Follow-up Comment #4, bug #50347 (project octave):

Just to leave no question unanswered:


function y = f(x); y = x; endfunction;
edit f.m


works fine and is documented:


help edit
...
* If NAME is the name of a function defined in the interpreter
  but not in an m-file, then an m-file will be created in 'HOME'
  to contain that function along with its current definition.
...


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50347>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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