MATLAB: How to make live matlab project

live-projectmatlab2015b

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.

Best Answer

"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.