I have a matlab ml file that displays some function. Using matlab, I created a network build project, and finally I got a DLL to work. I have a winform application created in visual studio using C # and I call my DLL (generated in Matlab) from my application. Finally, I get the graph in a new window (figure command in matlab). For example, it looks like this: 
Can I embed a Matlab shape in my winform application?
Saving an image in Matlab and loading it into a picturebox in winform is not a good solution, because I need to control the shape (scaling, rotation in 3d).
source share