How to connect a Matlab code to Php website
6 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
Walter Roberson
2017-2-9
编辑:Walter Roberson
2017-2-9
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 个评论
另请参阅
类别
在 Help Center 和 File 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!