MATLAB executable code generator error
1 view (last 30 days)
Show older comments
Rinachi Garg
on 2 Oct 2013
Commented: Chetan Rawal
on 26 Jun 2015
How do I resolve the following error? I am setting the color stacked horizontal bar graph using this.
Thanks a lot for your help.
2 Comments
Accepted Answer
Sean de Wolski
on 2 Oct 2013
You can't generate code for graphics since this is java...
6 Comments
Kaustubha Govind
on 4 Oct 2013
No, you cannot use MATLAB Coder to generate a standalone from a MATLAB GUI. You can however use MATLAB Compiler to achieve that. See How can I create a deployable standalone executable from a MATLAB application that calls a Simulink model? for more information.
Chetan Rawal
on 26 Jun 2015
The following link comparing and distinguishing MATLAB Coder and MATLAB Compiler SDK is also relevant and might be useful:
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!