Difference between MATLAB Web Server and MATLAB Web App Server ?

5 次查看(过去 30 天)
What is the difference between MATLAB Web Server and MATLAB Web App Server ??
Three Questions :
1.) I wish to setup a Web Page, for which when user clicks a button, it can send request to run a MATLAB .m program at the back end, and then transfer the output image to the web page. Which server (Web or Web App) should I choose ?
2.) Any real examples, not just guideline can be provided ??
3.) Any English Document about the two web server ??

采纳的回答

Ayush
Ayush 2024-10-4
MATLAB Web App Server and MATLAB web server are two different servers used for different applications.
MATLAB Web App Server is a more modern solution that allows users to host and run MATLAB apps. These apps can be created using MATLAB App Designer. These apps can be deployed as interactive apps which allows users to use the app functionality without installing MATLAB on their local machine.
While MATLAB Web App Server allow users to use a fully-fledged application, MATLAB web server, an older technology, allow user to just run MATLAB code on a server and return results to the web client. It was primarily used for creating web-based interfaces to MATLAB applications.
Now, answering your questions one-by-one:
Question-1: I wish to setup a Web Page, for which when user clicks a button, it can send request to run a MATLAB .m program at the back end, and then transfer the output image to the web page. Which server (Web or Web App) should I choose?
Answer: I would recommend going with the MATLAB Web App Server. It's perfect for your needs as it supports interactive user interfaces and seamless integration with web apps. This means you can create a more engaging experience for your users without them needing to install MATLAB themselves. It is like giving them a MATLAB-powered app right in their browser!
Question-2: Any real examples, not just guideline can be provided??
Answer: Absolutely! To get a clearer picture you can refer to the following example: https://www.mathworks.com/help/webappserver/ug/simple-mortgage-calculator-web-app-old.html
I hope this assists you in envisioning how you can realize the intended project.
Question-3: Any English Document about the two web servers??
Answer:
You can read more about MATLAB Web App Server here: https://www.mathworks.com/help/webappserver/index.html
You can read more about MATLAB Online Server here: https://www.mathworks.com/help/matlab-online-server/index.html
Hope this helps!

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Web App Server 的更多信息

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by