stand alone matlab .exe cannot call functions successfully
이전 댓글 표시
0
down vote
favorite
I designed a GUI and called some functions defined in CVX software package.(I have already installed the CVX software package). When running the .m file, the functions could be called successfully. However, if converting the .m file into .exe, something went wrong, showing: Struct contents reference from a non-struct array object. error cvx_global (line 76) error cvxprob (line 4) error cvx_begin (line 41) Line 76 of cvx_global.m is: osolvers = cvx___.solvers.list;
How can the problem be solved?
댓글 수: 4
Nirav Sharda
2018년 5월 7일
The CVX software package is a third party package. Can you please contact their support team to check if this it is supported for creating a standalone application.
liheng
2023년 10월 9일
hi~ Is there any progress on this issue? I have a very similar problem when i gonna use cvx in c++ by using library compiler. thank you~
yitong
2024년 10월 8일
请问 这个问题有进展了吗 我也遇到相同问题
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!