Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
matlab [2015/10/04 18:20] nikolaj |
matlab [2015/11/09 10:04] (current) nikolaj |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Matlab ===== | ===== Matlab ===== | ||
==== Note ==== | ==== Note ==== | ||
+ | |||
+ | ----- | ||
=== Language === | === Language === | ||
== Basic commands == | == Basic commands == | ||
Line 8: | Line 10: | ||
<code> | <code> | ||
who | who | ||
+ | whos | ||
+ | clear foo | ||
+ | clear all | ||
+ | more on | ||
</code> | </code> | ||
<code> | <code> | ||
- | whos | + | more on |
+ | more off | ||
</code> | </code> | ||
+ | == Functions == | ||
<code> | <code> | ||
- | clear foo | + | exp |
+ | sin | ||
+ | log | ||
+ | |||
+ | imag | ||
</code> | </code> | ||
<code> | <code> | ||
- | clear all | + | class % checks type of argument |
- | </code> | + | |
- | Other commands: | ||
- | more on, more off | + | </code> |
- | + | ||
- | === Discussion === | + | |
=== Reference === | === Reference === | ||
- | == Code exmaples == | + | == Mathworks == |
+ | [[http://ch.mathworks.com/help/matlab/constants-and-test-matrices.html|Constants and test matrices]], | ||
+ | |||
+ | [[http://ch.mathworks.com/help/matlab/|Matlab main page]], | ||
+ | |||
+ | [[http://uk.mathworks.com/products/matlab/examples.html|Examples]] | ||
== Q & A == | == Q & A == |