How to connect a Matlab code to Php website

Hello all iam new to matlab and want a help to know the procedure of how to create an interface between matalb and PHP iam doing a project on image matching and want to do it online can anyone help me with the procedures?

답변 (1개)

Walter Roberson
Walter Roberson 2017년 2월 9일
편집: Walter Roberson 2017년 2월 9일

0 개 추천

You could invoke MATLAB from PHP, or use PHP to communicate through the MATLAB Engine interface. If you do that and the resulting program is accessible to the outside world, then you need the most expensive form of MATLAB license to access MATLAB itself this way.
You could use MATLAB Compiler SDK to create something that can be invoked by a web page. This would create an interface that relied on the MATLAB Compiler Runtime (MCR) but did not require a MATLAB license to run.

댓글 수: 2

yash gupta`
yash gupta` 2017년 2월 13일
편집: Walter Roberson 2017년 2월 13일
thanks for ur answer but how can i link my php to matlab which will be situated on a server and which server can accumulate both the mysql and matlab.

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

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

2017년 2월 9일

댓글:

2017년 2월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by