summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@charm.mit.edu>2008-02-10 23:03:12 -0500
committerBryan Newbold <bnewbold@charm.mit.edu>2008-02-10 23:03:12 -0500
commitac6122672f7acdd7c90000a1252e4317d0d30924 (patch)
treec5abab53950f435ebae2d237c4acb3828e71e3da
parentaf9b728170b5ba42646f6ee25621c40cbf1e9164 (diff)
downloadknowledge-ac6122672f7acdd7c90000a1252e4317d0d30924.tar.gz
knowledge-ac6122672f7acdd7c90000a1252e4317d0d30924.zip
matlab stub
-rw-r--r--matlab21
1 files changed, 21 insertions, 0 deletions
diff --git a/matlab b/matlab
new file mode 100644
index 0000000..10e11db
--- /dev/null
+++ b/matlab
@@ -0,0 +1,21 @@
+==================
+Matlab
+==================
+
+.. warning::
+ Stub, just getting started
+
+`<cyclismo.org http://www.cyclismo.org/tutorial/matlab/matrix.html>`_ has a good tutorial.
+
+Matrix Operations
+------------------
+``inv`` inverts a square matrix
+
+Meta-Commands
+------------------
+Placing a semicolon at the end of a line prevents the output from being printed to screen.
+
+``whos``
+ Displays variables and their size
+``format long``/``format short``
+ Selects either 4 or 14 decimal place display