Matthias: You can achieve that by setting the CurrentAxes property of the figure directly before calling SC. Alternatively, you can first draw the image in your GUI using IMAGE and save the image handle, then in the callbacks just set the CData property of the image using the output of SC. I do the latter, because it is faster at updating on screen.
Very nice framework! Works like a charm!
A little request which would make it even more useful: I would like to tell sc which axes-handle to use -> I would like to use it inside a GUI. is something like this imaginable? Or is sc not going to have enough flexibility in such a manner, since the axis position (&size) are going to be fixed? Any thoughts on this?
Comment only