Code covered by the BSD License  

Highlights from
MGraph

from MGraph by junbai wang
Probabilistic graphical models for reconstruction of genetic regulatory networks using DNA microarra

marray_debug.m
global table
table_fig=figure(25);
set(table_fig,'Color',[0.8 1 1], ...
   	'units','normalized', ...
   	'Position',[0.55 0.07 0.3 0.45], ...
   	'DoubleBuffer','on',...
   	'Tag','table_fig',...
    'NumberTitle','off',...
    'Name','Marray -Debug');

htxttable =uicontrol('Parent',table_fig,...
		    'Units', 'normalized', ...
		    'Style', 'list', ...
		    'Position', [.02 .01  .9 0.98],...
		    'Backg', [1 1 1], ...
		    'Foreg', [0 0 0], ...
		    'String',table, ...
		    'FontUnits', 'Normalized',...
		    'FontSize',  0.01, ...
		    'FontWeight',  'normal', ...
		    'HorizontalAlignment', 'left', ...
		    'Tag', 'tabletext');
set(htxttable,'String',table); 

Contact us at files@mathworks.com