Integrating MATLAB code to an ASP.NET website
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Compiler SDK in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!