]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/fft/img_write.m
Examples' Makefiles are completed and tested.
[Faustine.git] / examples / fft / img_write.m
diff --git a/examples/fft/img_write.m b/examples/fft/img_write.m
new file mode 100644 (file)
index 0000000..a359b40
--- /dev/null
@@ -0,0 +1,4 @@
+a = csvread('output1.csv' );
+plot(a);
+print('fft.png');
+