Is Live editor included in the Matlab licence or a separate program?
12 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Rik
on 20 Jan 2022
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 Comments
Rik
on 20 Jan 2022
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.
See Also
Categories
Find more on Live Scripts and Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!