필터 지우기
필터 지우기

Execute .m file online without an installation of matlab?

조회 수: 12 (최근 30일)
Pramod Amrutkar
Pramod Amrutkar 2017년 11월 28일
댓글: Walter Roberson 2017년 11월 28일
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?

채택된 답변

Walter Roberson
Walter Roberson 2017년 11월 28일
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
Pramod Amrutkar
Pramod Amrutkar 2017년 11월 28일
First of all thank you very much Walter Roberson for good answer. Is there any way to execute .m file on matlab excluding your first answer.
Walter Roberson
Walter Roberson 2017년 11월 28일
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).

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by