I have a matlab file that draws 3 plots and I have an application in WPF. How can I insert the plots from matlab into my WPF application? (I do not want to run matlab's interface from my application)
I do not want to insert the screenshot of the plot, but I want to import the live plot from matlab with the ability to make zoom in and zoom out and resize the plot. Is it possible?
If there is an extern tool for this it would also be great.