how to convert functions of matlab such as imagesc,su​bplot,caxi​s,ylim into c++ code?

8 visualizaciones (últimos 30 días)
i wanna know that using which libraries of c++ or other libraries can work out. i can't use matlab compiler sdk because it needs users install MCR. Moreover,it seems matlab coder cannot support matlab graphics. so,would anyone like to tell me how to solve this? thank you.

Respuesta aceptada

Walter Roberson
Walter Roberson el 8 de Nov. de 2016
C++ does not define graphics.
There are a number of graphics libraries such as Direct-X or OpenGL that can be used. tkl maybe. Gtk probably. MS Windows has a graphics model. Some of these choices might require linking against extensive libraries. You need to decide which systems you are targeting and whether you need extensive font support, and whether you need 3D, or transparency, or lighting and shading, and who is going to be responsible hidden line removal, and layout management upon resizing and font changes and …
  3 comentarios
Walter Roberson
Walter Roberson el 8 de Nov. de 2016
https://msdn.microsoft.com/en-us/library/windows/desktop/ee417756(v=vs.85).aspx

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre C Shared Library Integration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by