WebFigures with dotNet only shows a static default image
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
My Matlab version is R2015b 64bit. I simply followed this help document: Quick Start Implementation of WebFigures to try the WebFigures with dotNET.
In Visual Studio (I tried both VS 2010 and VS 2013) I created a new web forms website under .NET Framework 4, then added the WebFigureControl to the default.aspx page.
Since the my matlab is 64 bit, I also followed the instruction on Advanced Configuration of a WebFigure to modify the web.config file.
When I debug the website in a browser (Chrome or IE), only this following static image shows up with no interactive buttons. I try to add the background c# code in default.aspx.cs to implement the myDeployedComponent.getPlot() method as instructed, the web page still shows this image, nothing changes.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/161105/image.bmp)
There is no error message during the process.
Any idea on why this happens is very appreciated. Thanks.
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing 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!