From bug-request at octave dot org Tue May 10 09:59:17 2005 Subject: Re: overloading a function as a structure From: Tom Holroyd To: "John W. Eaton" CC: bug at octave dot org, Octave Help Date: Tue, 10 May 2005 10:58:06 -0400 > unmark_command ("grid"); > grid = []; Both of these are fine. Even in matlab one gets into trouble redefining things. It's probably good practice to do the grid = []; thing in the matlab code too. -- Dr. Tom Holroyd "A man of genius makes no mistakes. His errors are volitional and are the portals of discovery." -- James Joyce ------------------------------------------------------------- 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 -------------------------------------------------------------