How to make live matlab project?

Good evening all. I need help as soon as possible. I have created project in Matlab2015b in laptop having Windows 10 32 bit. Now I want to put those project files including all m files as well as fig files. Actually I want to make it live and runnable. So that even without laptop I can access my project from anywhere and can also run the project. Thanks in advance.

5 Comments

Unless you have the Matlab Compiler to build an executable you will have to have Matlab in order to run your code.
Thanks for your answer. Do I need to learn to use Matlab compiler? How can I make those executables?
You should read the Matlab Compiler documentation.
"MATLAB® Compiler™ lets you share MATLAB programs as standalone applications."
Well, you need to learn how to use any aspect of Matlab so the Compiler is no different, but it has an App form so it isn't difficult to learn.
Thank you Adam and Samuel Vergara for your support. It really helped a lot.

Sign in to comment.

 Accepted Answer

Walter Roberson
Walter Roberson on 20 Dec 2016
"So that even without laptop I can access my project from anywhere"
You will need MATLAB Compiler SDK, and you will need a server host. You might even want to use MATLAB Production Server
Earlier, people referred to MATLAB Compiler. That creates a stand-alone executable that can be installed in systems, but it does not meet the "access my project from anywhere" requirement.
Note: MATLAB Compiler and MATLAB Compiler SDK are not available for Student Version licenses.

More Answers (0)

Categories

Find more on MATLAB Compiler SDK 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!