MATLAB: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
mm
Line 8: Line 8:


==Links==
==Links==
===Online manuals for Octave===
* [http://students.engr.ncsu.edu/aiaa/resources/Matlab%20Tutorial.pdf Top 10 Do's, Don'ts, and How Tos] (sic)
* http://wiki.octave.org/Main_Page
* http://wiki.octave.org/Main_Page
* https://www.gnu.org/software/octave/doc/interpreter/index.html#SEC_Contents
===Online manuals for MATLAB===
* https://www.mathworks.com/academia/student_center/tutorials/register.html The first lessons appear to be free?
* http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf A 221 page MATLAB manual (pdf)
* <nowiki>http://www.tutorialspoint.com/matlab/matlab_quick_guide.htm</nowiki> I will remove this in a few minutes, after learning more about blacklists
===Also useful===
* [http://students.engr.ncsu.edu/aiaa/resources/Matlab%20Tutorial.pdf Top 10 Do's, Don'ts, and How Tos] (sic)
* http://en.flossmanuals.net/command-line/gnu-octave/
* http://en.flossmanuals.net/command-line/gnu-octave/
* A few UNIX commands are needed when working in the shell:
* A few UNIX commands are needed when working in the shell:

Revision as of 01:44, 17 September 2014

Chapters

  1. Hello world tells you how to install Octave on a Windows machine. (It has not been thoroughly checked for errors)
  2. Basic codes is under construction and will give you templates for plotting, equation-solving, and so forth.
  3. Divergent series investigations is not only advanced, but just plane weird. But it's (nearly) finished!

Links

Online manuals for Octave

Online manuals for MATLAB

Also useful