CSCE 990 (Spring 2006) Matlab Miscellany

(Thanks to Deng Kun for these pointers.)

  1. Matlab is available on cse. Its optimization package is called optim.
  2. Matlab has a very good documentation system. Any Matlab function is documented. For example if you type "help norm" at its command console, it will display the syntax and meaning of function "norm". Another way of getting its help is by its java based-help system, which has everything from tutorial to language guide to package documentation. To get help on the optimization package, type help optim. You'll get a list of functions from the package. The function most relevant to Homework 3 is quadprog.
  3. Tutorials:
  4. On calling Matlab from C/C++, Java, etc. and the other way around:

Return to the CSCE 990 (Spring 2006) Home Page

Last modified 16 August 2011.


Back