Generating executable using MATLAB coder?
1 次查看(过去 30 天)
显示 更早的评论
I am trying to generate a executable file for GUI. It gives me the following Project Code readiness Score:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/150299/image.jpeg)
I will have to use bdroot, set_param etc to pass the parameters to Simulink model. I am not sure how to resolve these invokations?
Thanks for your help in advance.
0 个评论
采纳的回答
Azzi Abdelmalek
2013-10-2
What about your simulink model? you can't generate an executable from a simulink model with matlab coder
9 个评论
Rinachi
2013-11-7
The document asks to select system target file to ert_shrlib.tic which will create a host shared library. But, I do not see that option. Only option available nearest to that is ert.tlc.
I wanted to know how I can generate shared library if I do not have that option.
Thanks.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!