summaryrefslogtreecommitdiffstats
path: root/notes/lec03_matlab2
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-04-09 22:17:26 -0400
committerbnewbold <bnewbold@robocracy.org>2014-04-09 22:17:26 -0400
commit14cf4824f32727704c265bf9de1d209a5019f8f0 (patch)
treeaedd1c0774d40d3289024a1c9ea0888e9788da99 /notes/lec03_matlab2
downloaddmmsb2014-14cf4824f32727704c265bf9de1d209a5019f8f0.tar.gz
dmmsb2014-14cf4824f32727704c265bf9de1d209a5019f8f0.zip
commit notes
Diffstat (limited to 'notes/lec03_matlab2')
-rw-r--r--notes/lec03_matlab214
1 files changed, 14 insertions, 0 deletions
diff --git a/notes/lec03_matlab2 b/notes/lec03_matlab2
new file mode 100644
index 0000000..0d5b19a
--- /dev/null
+++ b/notes/lec03_matlab2
@@ -0,0 +1,14 @@
+
+### julia notes
+
+for plotting, 'winston' is simple and matlab-like
+ 'gadfly' is nice/correct, using design paradigms
+ 'pyplot' is matplotlib
+
+for this class, at least to start, i'm going to try winston.
+
+Pkg.add("Winston")
+using Winston
+plot( cumsum(randn(1000)) )
+
+in winston, fplot() is nice for plotting functions over ranges