Crash course in Matlab

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): Driscoll
Year: 2003

Language: English
Pages: 58

Introduction......Page 1
Help......Page 2
Basic commands and syntax......Page 3
Exercises......Page 5
Building arrays......Page 6
Referencing elements......Page 9
Matrix operations......Page 13
Array operations......Page 15
Exercises......Page 18
Using scripts effectively......Page 20
Functions......Page 21
Debugging and profiling......Page 22
Function functions......Page 23
Exercises......Page 25
Loops and conditionals......Page 26
Scoping exceptions......Page 28
Exercises......Page 29
2-D plots......Page 31
3-D plots......Page 32
Handles and properties......Page 33
Color......Page 34
Graphics for publication......Page 35
Exercises......Page 37
Preallocate memory......Page 39
Vectorize......Page 40
Use masking......Page 41
Exercises......Page 42
Strings......Page 43
Formatted output......Page 44
Cell arrays......Page 45
Structures......Page 46
Using guide for layout......Page 48
Creating callbacks......Page 49
An example......Page 50
OOP in MATLAB......Page 52
An OOP example......Page 53
Exercises......Page 56
How MEX files work......Page 57
Examples and outline......Page 58