function box1( l, m)
%UNTITLED Summary of this function goes here
% Detailed explanation goes here
%Define parameter
M1=[l, m];
fin=fopen('d://box1.txt','wt');
fprintf(fin,' XY %g: %g \n',M1);
问问题
124 次