I am using the ancova tool in matlab (aoctool) and I want to save the output graph. the problem is, I can only save it manually via the editor GUI, and not by the code itself. (when I'm trying to save with the saveas function, it just saves an empty figure) I'm also unable to add axis labels etc. it seems that the problem is that the thing I want to save is not defined as a figure but as handle, or uifigure. I was unable to overcome this problem however...
Thanks in advance! Assaf