i have a matlab m-file, which plots some function. Using matlab, i have created net assembly project and finaly i got a dll to work with. 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 a graph in new window (figure command in matlab). For example, it looks like:
Is it possible to embed a matlab figure into my winform app?
Saving picture in matlab and loading it to picturebox in winform is not a good solution, because i need to operate the figure (zoom, rotate in 3d).