Is it possible to build a Matlab-GUI completely with HTML and CSS?
26 次查看(过去 30 天)
显示 更早的评论
Hello Everyone!
I read some articles on Undocumented Matlab Page and the compatibility with Java Swing and some HTML/CSS support.
But I am searching for a Matlab application which GUI is completely written and compatible with HTML, CSS and maybe even JavaScript. My goal is it to have full control of how my application looks like and I am most experienced with the Web-Standards and languages. Whats the best way to achieve this?
I want to customize ui-elements as much as possible and also provide a responsive design. For example, Button-Radius, Shadows, Transparency, onHover-Effects etc. This is very easy and straight-forward with CSS.
Is something like this possible with Matlab?
0 个评论
回答(3 个)
Yair Altman
2018-3-24
The latest Matlab GUI (created using the App Designer tool or the uifigure function) is based on HTML, JavaScript and CSS - not on Java Swing. You can read about this here: https://undocumentedmatlab.com/blog/tag/uifigure
Yair Altman Undocumented Matlab
TADA
2018-11-3
编辑:TADA
2018-11-3
I don't know if this is a production app or what exactly your aiming for, but have a look at these: https://www.mathworks.com/matlabcentral/fileexchange/69312-simple-network-information-server-snis
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!