To deploy MATLAB generated figures and images in a .NET application, you display them on the executing machines local display. When deploying a .NET application in a web environment use the WebFigures feature to stream the generated figure to the client application. The figure displays it in a web browser. The displayed figures and images have basic controls for zooming, rotating, and positioning.
webfigure | Export a figure to a deployed application |
figToImStream | Stream figure as byte array encoded in specified format |