Single- to multi-index.
Multi- to single-index.
Prints the vector like Matlab.
Prints the matrix like Matlab.
Bases: object
object
Communicate with a running Matlab session, which needs to be started via: $ tmux new -s matlab "matlab -nodesktop"
Export variables to Matlab, e.g.: x = 1 y = 2 this.exportVars('x', x, 'y', y)
Import variables from Matlab, e.g.: x, y = this.importVars('x', 'y')
Contents:
klus.observables module
zapata