MATLAB Octave

From NovaOrdis Knowledge Base
Revision as of 17:01, 20 December 2017 by Ovidiu (talk | contribs) (→‎Usage)
Jump to navigation Jump to search

External

Installation

Differences between Octave and MATLAB

https://en.wikibooks.org/wiki/MATLAB_Programming/Differences_between_Octave_and_MATLAB

MATLAB only supports single quotes. Octave can be run in --traditional mode.

Usage

Linux commands:

cd - modify the current directory.

pwd - print working directory.

Interpreter Commands:

clear - delete the names matching the pattern from the symbol table. The pattern is a simplified regular expression, with '?', '*', '[...]'. With no arguments, all