x=0:0.001:pi;
y=sin(x);
dlmwrite('C:\STIMATH\Output\MyY.dat',[x' y'],'delimiter',',','precision','%10.5f')
