Prev: Using dynamic Bayesian networks with transcriptional regulation in Murphy's BNT program
Next: Problem in creating MFC application for xPC
From: Arthur on 19 Jul 2010 15:02 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 |