Is Live editor included in the Matlab licence or a separate program?
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi,
I use Matlab as unviersity teacher and would like to try Live editor with my students. Is it included in the Matlab licence we have, that is supposed to contain all tookboxes, or is it a separate program. If it is, from which version of the program and how do I access it?
Thank you for your help.
댓글 수: 0
답변 (1개)
Rik
2022년 1월 20일
Live scripts (along with the live editor) were introduced in R2016a. They are a part of base Matlab (so it doesn't require any toolboxes and is available with every type of license).
In R2021b the normal editor and the live editor were (mostly) merged, expanding the normal editor with several features previously only available in live scripts (e.g. the auto-complete with custom functionSignatures.json files).
Whether or not it suites your needs depends on specific details that I can't access, as I don't work for Mathworks. You might also want to look into things like Jupyter notebooks with Matlab.
댓글 수: 2
Rik
2022년 1월 20일
You're welcome. If my answer solved your issue, please consider marking it as accepted answer. It will make it easier for future readers with a similar question to find a solution.
참고 항목
카테고리
Help Center 및 File Exchange에서 Live Scripts and Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!