MATLAB Live Task for Python

版本 1.0.0 (208.2 KB) 作者: Lucas García
The MATLAB® Live Task for Python® enables you to write and execute Python code directly inside of a MATLAB Live Script.
1.0K 次下载
更新时间 2022/5/5

MATLAB Live Task for Python

View MATLAB Live Task for Python on File Exchange

If using MATLAB R2024a or later, use the Run Python Python Live Editor Live Task instead.

The MATLAB® Live Task for Python® enables you to write and execute Python code directly inside of a MATLAB Live Script. Since R2022a, MATLAB provides a way to develop your own custom live task.


Requirements

Required MathWorks Products

  • MATLAB R2022a or later

Required 3rd Party Products

  • Python (supported Python versions by MATLAB release can be found here)

Install

Run the install script to add the required paths to your MATLAB environment and configure the MATLAB Live Task for Python. Click 'Ok' when promtped with the following UI to configure the Live Editor task metadata:

img/pythonTaskInstall.png


Getting Started

To insert the live task in your live script:

  1. Go to the Live Editor tab in the Editor Toolstrip and select Task:

    img/pythonTask1.png

  2. Then, choose the live task under the MY TASKS category:

    img/pythonTask2.png

Alternatively you may simply type python and the autocomplete feature will suggest the appropriate task:

img/pythonTask3.png

This is what the MATLAB Live Task for Python looks like:

img/pythonTask4.png

First, create a variable in the MATLAB workspace:

>> T = 'We at MathWorks believe in the importance of engineers and scientists. They increase human knowledge and profoundly improve our standard of living.';

The Python input and output variables can be mapped with variables in the MATLAB workspace:

img/pythonTask5.png

You can choose to write either Python statements or a Python script file:

img/pythonTask6.png

and retrieve the required variables to be used back in MATLAB:

img/pythonTask7.png

The equivalent MATLAB code to run either the Python statements (using pyrun) or a Python script (using pyrunfile) is generated and run automatically by default like any live task:

img/pythonTask8.png

>> wrapped = string(wrapped)'

wrapped = 

  6×1 string array

    "% We at MathWorks believe in"
    "% the importance of engineers"
    "% and scientists. They"
    "% increase human knowledge and"
    "% profoundly improve our"
    "% standard of living."

Examples

You can find examples on how to use the MATLAB Live Task for Python in the examples folder within this repository.


Support

Technical issues or enhancement requests can be submitted here.


License

The license is available in the License file within this repository

Copyright © 2022 MathWorks, Inc. All rights reserved.

"Python" is a registered trademark of the Python Software Foundation.

引用格式

Lucas García (2024). MATLAB Live Task for Python (https://github.com/mathworks/MATLAB-Live-Task-for-Python/releases/tag/v1.0.0), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2022a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库