How to integrate WebFigureCOntrol in WPF????
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Web Services 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!