Re: More questions about function handles
"John W. Eaton" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
On 5/7/20 1:00 PM, Nicholas Jankowski wrote:
> Can you make that change an try running the script again?
>
>
> got farther that time
Thanks.
Now it seems even more strange that the nested plus function is not
found. I mean, wouldn't @plus instead of str2func ('+') in that context
find it and create a handle to the nested function?
I guess it makes sense that the mrdivide method is no longer visible
after clearing functions and removing the directory containing the class
definition from the path. But if that is expected behavior for any
class method, not just when using handles, then Octave does not appear
to handle that correctly.
jwe