How to call a centralized class from multiple deployed applications
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a situation where I have a centralized class of static functions that are called by multiple deployed applications. Currently, if I have to update something in that class, I then have to re-deploy all of these applications. Is it possible to have the deployed applications reference the class as an m-file or a p-file so that I only have to update the centralized class instead of all of the applications as well?
2 comentarios
Matt J
el 13 de Mzo. de 2025
How would it help? Wouldn't you still have to deploy updated class definition mfiles or pfiles to all your sites?
Respuestas (1)
Matt J
el 13 de Mzo. de 2025
Editada: Matt J
el 13 de Mzo. de 2025
If the platform is Windows then, according to ChatGPT, you can deploy the class as a COM server, so that another deployed MATLAB app (or even a different application) can create and control an instance of it using actxserver.




0 comentarios
Ver también
Categorías
Más información sobre Manage Products en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!