From: Arthur on
Hi,
I want to integrated a Programmatically made gui into a GUIDE gui. The GUIDE figure is empty, no object are defined by GUIDE.
I have made a gui with the GUI layout toolbox.
This is the beginning of my prog GUI:
gui = figure( 'Name', 'iManage FIGURE1 example 3', ...
'NumberTitle', 'off', ...
'Toolbar', 'none', ...
'MenuBar', 'none' );

How should I adapt this code to make it run in the GUIDE generated gui ?
Thanks
Arthur