From 26da485fdb3add3232394dadaef710c77d9f684f Mon Sep 17 00:00:00 2001 From: Yann Date: Wed, 27 Sep 2023 21:38:55 +0000 Subject: [PATCH] Add badge to Open in MATLAB Online --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfe8b58..8b1e876 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # MATLAB Live Task for Python +[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=yanndebray/MATLAB-Live-Task-for-Python&file=examples/GettingStarted.mlx) [![View MATLAB Live Task for Python on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/111240-matlab-live-task-for-python) 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](https://www.mathworks.com/help/matlab/creating_guis/live-task-development-overview.html).