Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git] / examples / fft / img_write.m
1 a = csvread('output1.csv' );
2 plot(a);
3 print('fft.png');
4