MatlabProcess.run_command

MatlabProcess.run_command(command, ivars=None, ovars=None)[source]

Run a command in Matlab.

Parameters
  • command (str) – The command string.

  • ivars (dict, optional) – A dictionary of pairs of variable names and values to write to the Matlab workspace.