摘要:        
function write_infile( filename,source_matrix )%TEST Summary of this function goes here% write matrix to filefid=fopen(filename,'a');[x,y]=size(source_matrix);for i=1:x for j=1:y-1 fprintf(fid,'%f\t',source_matrix(i,j)); end fprintf(fid,'%f\n',source_matrix(i,y));%每一行回车\nendf    阅读全文
posted @ 2012-04-07 21:22
hailong
阅读(734)
评论(0)
推荐(0)
        
 
                     
                    
                 
                    
                
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号