How to integrate WebFigureCOntrol in WPF????

1 visualización (últimos 30 días)
premraj
premraj el 25 de Ag. de 2011
Hi , i have few quesions regarding the MatLab WebFigureControl
I just want to use this control in my WPF project (for heavy data plotting)as it is consuming less memory than the normal matlab window plots
I used following technique,
1.Use a web browser control in WPF screen 2.Create a ASP.Net page with MatLabWebFigureControl 3.Invoke the matlab function from the webpage for setting the value like , WebFigureControlInstance.WebFigure = new WebFigure (ClassObject.MethodName(Parameter)); 4.From the WPF window, invoked the code, this.WebBrowserWindow.Navigate(new Uri("http://localhost:3251/NewSite/Default.aspx")); for placing the matlab control on WPF screen
I just want to know whether this approach is a proper one or not? If not can anybody suggest a mechanism.
Also iam not able to communicate with Matlab for passing any arguments from the WPF project.
Any help will be appreciated!!!
Thanks/ Prem

Respuestas (0)

Categorías

Más información sobre Software Development Tools en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by