Offering Matlab Tool on a webpage using a grafical frontend while calculation runs on a backend server
Show older comments
Hi everybody,
i would like to offer the functionality of some matlab-tools on a webpage. The tools have fixed in- and outputs. The input consists of a set of values and the output should be displayed on the webpage as well.
The problem is, that i would like to calculate the request in a centralized server in order to register all requests including the in- and output-data. As more than one person can send a job in a time, a job management propably is required, too. I also do not know how to best establish the interface between the job-management (handling the data) and the frontend (grafical in- and output on the webpage).
I would very much look forward to existing solution that are similiar, or hints and tipps for libraries or solutions that might be useful in that context.
regards, ca
Answers (1)
Steven Lord
on 22 Jun 2017
0 votes
It sounds like MATLAB Production Server could be what you're looking for. I recommend contacting MathWorks Sales and/or the Technical Expert for MATLAB Production Server using the buttons in the Try or Buy section on that page to discuss in more detail if MATLAB Production Server is the right tool for your application.
Categories
Find more on Matrix Indexing 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!