summaryrefslogtreecommitdiffstats
path: root/notes/lec03_matlab2
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-04-22 22:01:56 -0400
committerbnewbold <bnewbold@robocracy.org>2014-04-22 22:01:56 -0400
commit822bd0b04d1cce54c2fff57c4b206c51d1dcb940 (patch)
treee3cd895f9b54b7d44ff249dea3c50dda927304cc /notes/lec03_matlab2
parent222292b3aa9d967557c3165cce5cc7f5773c20ab (diff)
downloaddmmsb2014-822bd0b04d1cce54c2fff57c4b206c51d1dcb940.tar.gz
dmmsb2014-822bd0b04d1cce54c2fff57c4b206c51d1dcb940.zip
rename notes -> lectures
Diffstat (limited to 'notes/lec03_matlab2')
-rw-r--r--notes/lec03_matlab214
1 files changed, 0 insertions, 14 deletions
diff --git a/notes/lec03_matlab2 b/notes/lec03_matlab2
deleted file mode 100644
index 0d5b19a..0000000
--- a/notes/lec03_matlab2
+++ /dev/null
@@ -1,14 +0,0 @@
-
-### 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