blob: ee309d949de3d18537ffd464a7f5250050cf0668 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|