www.gusucode.com > GUI界面设计的学习材料源码程序 > code/matlab代码/yanshi/kuangjia_1.m

    DctDemoFig=figure( ... %设置调用句柄
    'menu','none',...%设置取消菜单
   'color',[0.4,0.8,0.95],...  %设置主框架颜色
   'position',[103.8 50.923 890.2 650.538],... %设置位置和面积大小
   'Name',' DCT 图像变换压缩_GXUT', ...%设置名字
   'NumberTitle','off', 'HandleVisibility', 'on', ...%设置名字是否需要符号
   'tag', '2D DCT Image Compression Demo', ...% 设置调用标题
   'Visible','on', 'Resize', 'off',... %设置可见性和可收缩性
   'Colormap', gray(256));%设置颜色范围图像处理的各种控件都在此主架构上实施.