Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. data = Import["D:\Downloads\Idler_T_62_0001.ascii.csv"];
  2. img=Image[Rescale[Most /@ data]]
  3.  
  4. Export[FileNameJoin[{$HomeDirectory,"\Desktop","restore.png"}],img]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement