rbmatlab 0.10.01
general/basic/matrix2str.m
00001 function Mstr = matrix2str(M)
00002 %function Mstr = matrix2str(M)
00003 %
00004 % function generating a string (matlab format) of a given double
00005 % matrix M
00006 
00007 % Bernard Haasdonk 30.1.2009
00008 
00009 fstr = [repmat('%30.18d, ',1,size(M,2)-1),'%30.18d; ...\n'];
00010 Mstr = 
All Classes Namespaces Files Functions Variables