Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@mathinking mathinking released this 05 May 10:24
· 5 commits to master since this release

Features

  • Write and execute Python statements directly inside a live task without having to use the py. prefix when calling the Python functions
  • Run a Python script in the Live Editor
  • Pass MATLAB variables in the workspace to the Python code (statements or script)
  • Retrieve Python outputs from the Python code (statements or script) back to the MATLAB workspace
  • Automatically generate MATLAB Code from the Live Task to run the Python code (statements or script)