run a matlab code as a windows service
10 views (last 30 days)
Show older comments
Hi,
my question is if is possible run a matlab code as a windows service so that the code starts when the operating system is started and run in the background as long as Windows is running, and so that it is possible start and stop it manually.)
If it is possible how can I do it?
In figure there is an example of windows services:
Thank you
0 Comments
Answers (1)
Shravan Kumar Vankaramoni
on 9 Dec 2021
Hi,
You can use MATLAB Production Server to do that. Deploy your code using MATLAB Production server and add that as a windows service. Refer the below docs for more information
0 Comments
See Also
Categories
Find more on MATLAB Compiler 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!