Advertisement
Guest User

genMoves.sce

a guest
May 23rd, 2013
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scilab 0.12 KB | None | 0 0
  1. %archivo genMoves.sce
  2. n=6;
  3. mop = mopen('resultados.txt','w+');
  4. for i=2:n
  5.     recurs('',i,mop);
  6. end
  7. mclose(mop);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement