Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.41 KB | None | 0 0
  1.  fprintf(myfile, sprintf('method=sobel threshold=%.02f precision=%.04f \n', threshold, precision_sobel));
  2.     myfile = fopen('precision.txt', 'a+');
  3.     fprintf(myfile, sprintf('method=roberts threshold=%.02f precision=%.04f \n', threshold, precision_roberts));
  4.     myfile = fopen('precision.txt', 'a+');
  5.     fprintf(myfile, sprintf('method=canny threshold=%.02f precision=%.04f \n', threshold, precision_canny));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement