Dear Octave community.
I am trying to obtain a handle to a non-static method of a class which has been implemented with classdef. How can I achieve this in Octave?, I have verified that it can be done in Matlab. I also tried the workarounds suggested in
https://wiki.octave.org/Classdef, with no success. I got, among others, the error "error: method `foo' is not static".