diff options
author | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-02-10 23:03:12 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-02-10 23:03:12 -0500 |
commit | ac6122672f7acdd7c90000a1252e4317d0d30924 (patch) | |
tree | c5abab53950f435ebae2d237c4acb3828e71e3da | |
parent | af9b728170b5ba42646f6ee25621c40cbf1e9164 (diff) | |
download | knowledge-ac6122672f7acdd7c90000a1252e4317d0d30924.tar.gz knowledge-ac6122672f7acdd7c90000a1252e4317d0d30924.zip |
matlab stub
-rw-r--r-- | matlab | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |