Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
matlab [2015/10/04 18:32]
nikolaj
matlab [2015/10/29 14:18]
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 
-</​code>​+sin 
 +log
  
-<​code>​ +imag
-clear all+
 </​code>​ </​code>​
  
-Other commands:+=== Reference ===
  
-more onmore off+== Mathworks == 
 +[[http://​ch.mathworks.com/​help/​matlab/​constants-and-test-matrices.html|Constants and test matrices]],
  
-=== Discussion === +[[http://​ch.mathworks.com/​help/​matlab/​|Matlab main page]],
- +
-=== Reference ===+
  
-== Code exmaples == +[[http://​uk.mathworks.com/​products/​matlab/​examples.html|Examples]]
-[[http://​uk.mathworks.com/​products/​matlab/​examples.html|mathworks.com/​products/​matlab/​examples]]+
  
 == Q & A == == Q & A ==
Link to graph
Log In
Improvements of the human condition