Hey All.
I would like too know if there is possible way to do that using matlab
i have two function that produce 2 text file . i need to add output of first one to second one .
1-function
fin=fopen('d://box1.txt','wt');
fprintf(fin,'hey \n');
2-function
fin=fopen('d://box2.txt','wt');
fprintf(fin,'welcome \n');