Calling m functions from a deployed matlab application?
Mostrar comentarios más antiguos
We have written and deployed a matlab standalone application that our customers can run with the MCR library. We want to give these customers the ability to write their own (M) code that can be executed using "eval" inside the deployed application. Everything works fine, unless they start using their own m functions that are not compiled with the application.
I know that m files cannot be used by eval in a deployed application unless they are compiled by the matlab compiler previously.
So I was wondering if it is possible to compile a M-function, and load it at runtime in the deployed application? I don't want to (and can't) link all of the user functions of our customers into the main application, but if the customer could compile his own functions, could it be loaded in the standalone application at runtime?
Respuesta aceptada
Más respuestas (1)
Yassine.Sk
el 28 de Sept. de 2017
0 votos
hello Yvon actually i have the same difficulty, i can't manipulate function selected by the user in deployed matlab, so can you share with me your solution if you have it?
Categorías
Más información sobre C Shared Library Integration en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!