NUMPY for matlab users
NumPy for MATLAB users Help MATLAB/Octave Python Description doc help -i % browse with Info help() Browse help interactively help help or doc doc help Help on using help help plot help(plot) or ?plot Help for a function help splines or doc splines help(pylab) Help for a toolbox/library package demo Demonstration examples Searching available documentation MATLAB/Octave Python Description lookfor plot Search help files help help(); modules [Numeric] List available packages which plot help(plot) Locate functions Using interactively MATLAB/Octave Python Description octave -q ipython -pylab Start session TAB or M-? TAB Auto completion foo(.m) execfile('foo.py') or run foo.py Run code from file history hist -n Command history diary on [..] diary off Save command history exit or quit CTRL-D CTRL-Z # windows sys.exit() End session Operators MATLAB/Octave Python Description help - Help on operator syntax Arithmetic operators M...