summaryrefslogtreecommitdiffstats
path: root/matlab
diff options
context:
space:
mode:
Diffstat (limited to 'matlab')
-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