Main Content
mwpython
Start a Python session using a MATLAB Compiler SDK Python package on macOS
Syntax
Description
mwpython [-verbose] [
Starts a Python session that executes a Python script.py_args
]
[-mlstartup opt[,opt]
] python_scriptname
Input Arguments
Examples
Execute a Python Script in Verbose Mode
mwpython -verbose myfile.py
Execute a Python Module with Arguments
mwpython -m mymod arg1 arg2
Version History
Introduced in R2015b