stand alone matlab .exe cannot call functions successfully
4 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!