Matlab CSS (MSS)

版本 1.0.0.0 (110.9 KB) 作者: Joris Gillis
Matlab CSS tries to bring the power of W3C's Cascading Stylesheets to Matlab GUIs.
1.0K 次下载
更新时间 2007/1/10

查看许可证

With MSS, you have easy control over the appearance of all your GUI's through a simple CSS file.

What can be styled with MSS?

The primary target for MSS are GUIs designed with GUIDE. But in fact, you could use it for plain figures or even any type of handle-enabled object.


What styles can be applied?

Any field of a handle-object can be set with MSS. Everywhere you would normally use set(handle,'myproperty',myvalue), you could use the MSS equivalent handle {myproperty: myvalue}.

Getting started

Download the project files and put them somewhere were matlab can find them: add the path with addpath('fill in the dir') and optionally save the path with savepath. Run classpath. To test things out, navigate to the 'sample' subdirectory and try styling the sample GUI with tylefig('sample.fig','default.css') or by running the m-file run.

more info: http://student.kuleuven.be/~s0170633/projects/MSS

引用格式

Joris Gillis (2026). Matlab CSS (MSS) (https://ww2.mathworks.cn/matlabcentral/fileexchange/13546-matlab-css-mss), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2006a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息
致谢

启发作品: SimCSS

版本 已发布 发行说明
1.0.0.0

getting started instructions missing