Azzera filtri
Azzera filtri

How to integrate WebFigureCOntrol in WPF????

3 visualizzazioni (ultimi 30 giorni)
premraj
premraj il 25 Ago 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

Risposte (0)

Categorie

Scopri di più su Software Development Tools in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by