MATLAB
Wikiversity resources to help you learn and use MATLAB Edit
- Getting started will guide (and link) you through the MathWorks tutorial[1].
- It is also worth glancing at Top 10 Do's, Don'ts, and How Tos (sic)
- The MATLAB Cookbook contains snippets of useable code that you can copy/paste/modify
- MATLAB essential, which is a course aimed at college-level students
Wikiversity MATLAB projects Edit
- Engineering thermodynamics was an effort to create tables and graphs for Engineering thermodynamics
- Divergent series investigations is advanced and weird -- physics at its best (or worst!)
- Sound/Just and equal tuning
- Bach Prelude Cello Suite #1 ***Well tempered clavier: 0:06, 1:19, 2:33, 4:44
- Sound/Emergence of beats (in progress)
- Rainwater tank simulation is an ongoing project to use simulink to model rainwater events and water consumption from a tank or cistern.
MATLAB/Octave Edit
MATLAB/Octave tells you how to install Octave on a Windows machine. Use it if you do not have ready access to MATLAB, or use it instead of MATLAB just for fun.[2] Also, it is possible to write a wikiquiz with testbank using Octave. See for example this Physics quiz.
- http://wiki.octave.org/Main_Page
- https://www.gnu.org/software/octave/doc/interpreter/index.html#SEC_Contents
- If you use GNU Octave, a few UNIX-like commands are needed when working in the shell:
See also Edit
Footnotes Edit
- ↑ The MATLAB tutorial be found at http://www.mathworks.com/help/matlab/getting-started-with-matlab.html.
- ↑ Keep in mind that Octave cannot do everything that MATLAB can do.