is it possible to use function without toolbox

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

Matt J
Matt J 2022년 10월 6일
편집: Matt J 2022년 10월 6일
I dont wanna to lose you guys money
Why would we care (except may be those of us who work for the MathWorks)?

댓글을 달려면 로그인하십시오.

 채택된 답변

Matt J
Matt J 2022년 10월 6일

0 개 추천

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

I have the product and could make it to a standalone, but for right now, since everything is under development, a blackbox standalone is not what we are looking for.
Guess I have to find a file exchange alternativ for fmincon, which does not use toolbox functions
Matt J
Matt J 2022년 10월 6일
But you asked for an .exe solution and that's what the Matlab Compiler gives you...
it would solve it but would be the least favorable solution
Why? Why would it be the least favorable solution?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Matt J
Matt J 2022년 10월 6일

0 개 추천

You can also call Python optimizers from Matlab, like

카테고리

도움말 센터File Exchange에서 Third-Party Cluster Configuration에 대해 자세히 알아보기

제품

릴리스

R2021b

태그

질문:

2022년 10월 6일

댓글:

2024년 1월 19일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by