Implement stdin, stdout and stderr to Faustine.
[Faustine.git] / examples / 2d_fft / img_read.m
1 a = imread('hcosine-32.png' );
2 csvwrite('hcosine-32.csv', a);