User Tools

Site Tools


gibson:teaching:fall-2013:math445:vocabulary

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
gibson:teaching:fall-2013:math445:vocabulary [2013/10/07 19:10]
gibson created
gibson:teaching:fall-2013:math445:vocabulary [2013/10/09 19:59]
gibson
Line 1: Line 1:
 ====== Matlab vocabulary ====== ====== Matlab vocabulary ======
  
-You should be familiar with the following Matlab programming constructs and functions.  ​+You should be familiar with most of the following Matlab programming constructs and functions.  ​
  
 +<​code>​
   compact scientific notation (e.g. 1.4e-06)   compact scientific notation (e.g. 1.4e-06)
   complex numbers (e.g. 3 + 4*i)   complex numbers (e.g. 3 + 4*i)
Line 59: Line 60:
     sum     sum
     mean     mean
 +    sort
     ceil     ceil
     floor      floor 
Line 79: Line 81:
     semilogx     semilogx
     loglog     loglog
 +    contour
     hist     hist
     xlabel     xlabel
Line 94: Line 97:
  
   user-defined functions   user-defined functions
-     function name, filename +    ​function name, filename 
-     ​arguments +    arguments 
-     ​outputs  +    outputs  
-     ​anonymous functions +    anonymous functions 
-     ​syntax for using a function as an argument to another function+    syntax for using a function as an argument to another function
            
   scripts   scripts
- +</​code>​
gibson/teaching/fall-2013/math445/vocabulary.txt · Last modified: 2013/10/14 19:02 by gibson