Integrating MATLAB code to an ASP.NET website
이전 댓글 표시
I intend to use some MATLAB image processing functions in an ASP.NET website. Based on prior research I've done:
- It is possible for MATLAB code to be used in dotNET applications, using MATLAB Coder and MATLAB Compiler
- MATLAB Coder converts MATLAB code into C, but is not compatible with image IO features
- MATLAB Compiler can be used to generate DLL files for use in dotNET applications, but requires MATLAB Runtime to be installed first
Since from my understanding MATLAB-generated DLL files require MATLAB Runtime, the planned image processing functions won't run if the website is viewed from phones or tablets.
Is it possible to have MATLAB Runtime within the website files? And are there other ways you recommend for having MATLAB functions in an ASP website?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!