Bugs fixed for stdin and stdout.
[Faustine.git] / examples / open / img_write.m
1 a = imread('circbw.gif' );
2 b = csvread('output1.csv' );
3 imwrite(b, 'open.png');
4