layout | title |
---|---|
default |
Home |
An internal study for Hwang’s lab, Department of Mathematics, POSTECH.
- Schedule
- Wednesday, January 14, 2015, 4:00 PM
- Monday, 19, 4:00 PM
- Wednesday, 21, 4:00 PM
Friday, 23, 4:00 PM(cancelled)- Monday, 26, 4:00 PM
- Wednesday, 28, 4:00 PM
Friday, 30, 4:00 PM(cancelled)- Wednesday, February 4, 4:00 PM
- Place: Room 210, Mathematical Science Building
- Text: There is no required text but I will continually update this homepage instead. See References for more materials.
Any correction is appreciated.
- [Introduction]({{ site.contentsurl }}/introduction)
- Arrays
- [Array construction and indexing]({{ site.contentsurl }}/array-construction-and-indexing)
- [Array manipulation]({{ site.contentsurl }}/array-manipulation)
- [Array operations]({{ site.contentsurl }}/array-operations)
- [Data types]({{ site.contentsurl }}/data-types)
- Control flow
- [Conditional statements]({{ site.contentsurl }}/conditional-statements)
- [Loops]({{ site.contentsurl }}/loops)
- [Functions]({{ site.contentsurl }}/functions)
- [Improving performance]({{ site.contentsurl }}/improving-performance)
- [Graphics]({{ site.contentsurl }}/graphics)
- Appendix
- [List of mathematical functions]({{ site.contentsurl }}/list-of-mathematical-functions)
Precompiled version with Microsoft Visual Studio are available from Octave Forge.
$ sudo apt-add-repository ppa:octave/stable
$ sudo apt-get update
$ sudo apt-get install octave
See Octave for MacOS X.
- Duane Hanselman and Bruce Littlefield, Mastering MATLAB
- MATLAB array manipulation tips and tricks
- Undocumented Matlab
- MATLAB - Wikipedia
- MATLAB Central File Exchange
- Cody