How to link Matlab Exe file with Html code

6 visualizaciones (últimos 30 días)
rabia ahmad
rabia ahmad el 29 de Jul. de 2020
Respondida: Medical Imaging el 29 de Jul. de 2020
I have mad a GuI project in Matlab and I also create a complete online hospital system in php , Now I Want to Run Exe file of matlab with that system . Is it Possible? Tell Me the solution of this

Respuestas (1)

Medical Imaging
Medical Imaging el 29 de Jul. de 2020
I believe this is possible. May be you could try running the exe file from system shell to check.
Also, Bundle MATLAB code into a JAR component using MATLAB library compiler and this JAR can be called inside PHP using "exec" command of PHP. Please refer to the following link to read more on that:
PHP can run an exe, then can call a standalone deployed from MATLAB, or can run matlab.exe with the specific MATLAB command to run. Please refer to the following link to read more on that:

Categorías

Más información sobre Standalone Applications en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by