• 大小: 2KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: Matlab
  • 标签: gui  

资源简介

matlab gui 可实现图像的读取,保存,并退出程序

资源截图

代码片段和文件信息

h1=figure( ...
    ‘menu‘‘none‘...
   ‘color‘[10.80.95]...
   ‘position‘[103.8 50.923 880.2 600]...
   ‘Name‘‘ 图像观测‘ ...
   ‘Numbertitle‘‘off‘ ‘HandleVisibility‘ ‘on‘ ...
   ‘Visible‘‘on‘ ‘Resize‘ ‘off‘...
   ‘BusyAction‘‘Queue‘‘Interruptible‘‘off‘...
   ‘IntegerHandle‘ ‘off‘ ...
   ‘Doublebuffer‘ ‘on‘ ...
   ‘Colormap‘ gray(256));
h12 = axes( ...
   ‘units‘ ‘pixels‘ ...
   ‘BusyAction‘‘Queue‘‘Interruptible‘‘off‘...
   ‘ydir‘ ‘reverse‘ ...
   ‘XLim‘ [.5 256.5] ...
   ‘YLim‘ [.5 256.5]...
   ‘CLim‘ [0 1] ...
   ‘XTick‘[]‘YTick‘[] ...
   ‘Position‘ [300 80 500 500]);
blank1 = repmat(uint8(0)128128);
h13 = image(‘Parent‘ h12...
   ‘CData‘ blank1 ...
   ‘BusyAction‘‘Queue‘‘Interruptible‘‘off‘...
   ‘CDataMapping‘ 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3544  2017-01-08 13:33  work2.asv

     文件       3509  2017-01-08 13:47  work2.m

----------- ---------  ---------- -----  ----

                 7053                    2


评论

共有 条评论