I have 2 figures generated that show a 3D cube, and one that shows a net. I have associate these with two axes in a GUI using this:
axes(handles.cube);
axes(handles.net);
What I do not understand is how to transfer the figure into each one. This is probably very simple, I'm very new and very inept with this piece of software- so any advice is greatly appreciated.