Update configure and Makefiles for the corrected name "interpreter".
[Faustine.git] / examples / 2d_fft / img_write.m
1 a = imread('hcosine-32.png' );
2 b = csvread('output1.csv' );
3 imwrite(b, 'fft2d.png');
4