Execute .m file online without an installation of matlab?
8 views (last 30 days)
Show older comments
Pramod Amrutkar
on 28 Nov 2017
Commented: Walter Roberson
on 28 Nov 2017
I have hosted one website with Linux shared hosting. So from server I will transfer some data in one module and want to execute that module with .m extension file on Mat lab so how can i do that?
0 Comments
Accepted Answer
Walter Roberson
on 28 Nov 2017
You will need MATLAB Compiler or MATLAB Compiler SDK, with the Standard (Commercial) license.
If it were not shared hosting then under some circumstances it could be done with an Academic license instead.
If it was your own host then an alternative would be MATLAB Production Server, and another alternative yet would be installing MATLAB and php or perl or python code to talk to MATLAB; you would need the most expensive Networked license for this possibility, if you were giving public access.
2 Comments
Walter Roberson
on 28 Nov 2017
No, the license terms prohibit MATLAB itself from being installed on a system that you do not own (or lease), so for shared hosting you would need to have compiled the code using MATLAB Compiler or MATLAB Compiler SDK (or, I suppose, MATLAB Coder).
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing 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!