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_debuge(str)
function marray_debuge(str)
global table
disp(str);
[row,column]=size(str);
for i=1:row
	dsp1=sprintf('%s',str(i,:));
	size_table=size(table);
	table{size_table(1)+1,1}=dsp1;
end

Contact us at files@mathworks.com