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
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에 대해 자세히 알아보기

제품

태그

질문:

2013년 4월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by