On Mon, 17 Jan 2022 22:58:11 +0100 Patrick Dupre pdupre@gmx.com wrote:
Hello,
I get the following error:
error: feval: function 'fftconv2' not found
octave-image provide fftconv2.m
can I use it? If yes, How?
Not enough information. What program is giving the error? Where does it think it should be getting this function from? Is that dependency installed? I don't know what fftconv2.m is, but unless the program that is giving the error knows how to use that api, it seems unlikely. If octave-image knows how to use that, you might be able to research what services it provides and see if they can do what you were trying to do with the original program.
I don't know anything about octave-image, so this is just general debug procedure.