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!