is it possible to use function without toolbox
23 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Marc Laub
el 6 de Oct. de 2022
Comentada: Vincent Randal
el 19 de En. de 2024
Hey everyone,
I am currently trying to solve a problem, I actually solved it, and I need the fmincon function from the optimization toolbx to do so. No problem so far. But this code should in the future be used by someone else, who does not have this toolbox.
Is there any way they can use my code, maybe when I compile it into a mex function? Or do they need the toolbox to run this mex function even if I compiled it on my system?
In other words: Is it 100% necessarry to purchase a toolbox if code with a toolbox function is called, no matter if its mex or inside an .exe or...is there a possibility for them to use it without the purchase?
I dont wanna to lose you guys money, but when its about the purchase of a Matlab toolbox some people like bureaucracy and as long as they have not decided internaly I am losing time, not knowing if I have to find an alternative way or if I can continue...
Best regards
1 comentario
Respuesta aceptada
Matt J
el 6 de Oct. de 2022
If you have the Matlab Compiler product, then you can deploy your code as a standalone application. Your end-users do not need a particular toolbox, nor even the Matlab core product, to run that.
4 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre MATLAB Compiler 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!