Script Editor in Matlab Application

1 view (last 30 days)
Shouvik Das
Shouvik Das on 20 Dec 2013
Answered: Walter Roberson on 20 Dec 2013
While creating a Matlab Application I would need the Matlab M Script Editor and its features like Code Completion, Function Cache (even that of user defined functions in the added path), Syntax Checking etc. But I want to make this Application Standalone using Matlab Compiler. Is there a possibility to port the Editor Components into the Standalone application and make it work independently?

Answers (1)

Walter Roberson
Walter Roberson on 20 Dec 2013
I do not think so. It might be technically possible (with effort), but my reading of the Terms & Conditions is that you are not allowed to use the MATLAB Compiler to duplicate that much of the MATLAB IDE.
When you use MATLAB Compiler, you are to be creating an application to do a specific thing, and you are not to be creating a MATLAB development environment.

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!