Plot instruction is not converted into C++ using coder!!
显示 更早的评论
Hi all, I converted matlab code into C++ using coder but nothing related to plotting instructions (plot, subplot, title, xlable .... etc.) appeared in the converted code!! any suggestions to have my matlab plots in C++? Thanx
回答(1 个)
Walter Roberson
2013-4-9
1 个投票
The C++ language does not contain plotting libraries as part of the language itself, so this is not generally possible. Coder generates system-independent code, but plotting is inherently dependent on the operating system and hardware.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Coder 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!