====== Matlab/GNU Octave ====== * [[http://www.octave.org/|GNU Octave]]\\ A high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.\\ [[http://www.gnu.org/licenses/licenses.html|{{:soft:gnu.png?nolink}}]] {{:soft:linux.png?nolink}}{{:soft:macos.png?nolink}}{{:soft:solaris.png?nolink}}{{:soft:winxp.png?nolink}} * [[http://octave.sourceforge.net|Octave-Forge]] -- Extra packages for GNU Octave. ===== Documentation: ===== ==== User's Manuals ==== * [[http://www.gnu.org/software/octave/doc/interpreter/|The GNU Octave Manual]] -- Online version * {{http://www.gnu.org/software/octave/octave.pdf|The GNU Octave Manual}} -- PDF version * [[http://en.wikibooks.org/wiki/MATLAB_Programming/Differences_between_Octave_and_MATLAB|MATLAB Programming/Differences between Octave and MATLAB]] * [[http://www.mathworks.com/help/matlab/|MATLAB Documetaion Center]] ==== Reference Manuals ==== * [[http://octave.sourceforge.net/doc/|Octave Function Reference]] -- Online version * {{http://folk.ntnu.no/joern/itgk/refcard-a4.pdf|Quick Reference Chart}} ==== Tutorials ==== * [[http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_product_page.html|Matlab Tutorial]] at www.mathworks.com * www.matlab-cookbook.com * {{http://www3.informatik.uni-wuerzburg.de/staff/duelli/matlab-octave-tutorial.pdf|Tutorial für Matlab und Octave}} * http://code.google.com/p/yagtom/ ==== Frequently Asked Questions ==== * [[http://stackoverflow.com/questions/7561999/how-to-set-the-plot-in-matlab-to-a-specific-size|How to set the plot in matlab to a specific size?]] * [[http://www.gomatlab.de/zwei-y-achsen-mit-mehreren-datensaetzen-t2237,highlight,plotyy.html|Zwei y Achsen mit mehreren Datensätzen]] * [[http://octave.1599824.n4.nabble.com/help-with-legend-td4297276.html|Help with legend]] * [[http://www.gomatlab.de/ticks-in-si-einheiten-unterteilen-use-of-si-units-in-plots-t25951.html|Ticks in SI Einheiten unterteilen / Use of SI-Units in Plots]] * [[http://stackoverflow.com/questions/3588293/suppress-exponential-formatting-in-figure-ticks|Suppress exponential formatting in figure ticks]] ===== Community: ===== * [[http://wiki.octave.org/Main_Page|GNU Octave Wiki]] * [[http://blinkdagger.com/matlab|blinkdagger.com]] - an Engineering and MATLAB blog * [[http://www.gomatlab.de/octave-forum-f84.html|Das Octave-Forum]] von www.gomatlab.de, dem deutschsprachiges MATLAB Forum :DE: * [[http://www.gomatlab.de/scilab-scicos-forum-f83.html|Das Scilab/Scicos-Forum]] von www.gomatlab.de :DE: ===== Examples: ===== [[soft:app:matlab_octave:examples]]