summaryrefslogtreecommitdiffstats
path: root/matlab
blob: 10e11dbbaf586358accf14f81c8348e1563da801 (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