Plot instruction is not converted into C++ using coder!!
Mostra commenti meno recenti
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
Risposte (1)
Walter Roberson
il 9 Apr 2013
1 voto
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.
Categorie
Scopri di più su MATLAB Coder in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!