Matlab/Octave
Each file is a function, check console to see output and run functions
IN other files simply call the function name
You need to add folders to the load path in octave, type path
into console to see the current files
Arrays index from 1
Operations
For loops
Very slow avoid at all costs
Octave
In console, install pkgs with:
Last updated