⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sigplot2wingui.m

📁 阵列信号处理的工具箱
💻 M
📖 第 1 页 / 共 2 页
字号:
function fig = sigplot2winGUI()% This is the machine-generated representation of a Handle Graphics object% and its children.  Note that handle values may change when these objects% are re-created. This may cause problems with any callbacks written to% depend on the value of the handle at the time the object was saved.% This problem is solved by saving the output as a FIG-file.%% To reopen this object, just type the name of the M-file at the MATLAB% prompt. The M-file and its associated MAT-file must be on your path.% % NOTE: certain newer features in MATLAB may not have been saved in this% M-file due to limitations of this format, which has been superseded by% FIG-files.  Figures which have been annotated using the plot editor tools% are incompatible with the M-file/MAT-file format, and should be saved as% FIG-files.%   *  DBT, A Matlab Toolbox for Radar Signal Processing  *% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.%% Start        : xxxxxx NNNNNNN (nnnn).% Latest change: $Date: 2000/10/16 15:21:44 $ $Author: svabj $.% $Revision: 1.10 $% *****************************************************************************load sigplot2winGUIh0 = figure('Color',[1 1 0.8], ...	'Colormap',mat0, ...	'FileName','/home/svabj/lob/dbt/sigplot2winGUI.m', ...	'Name','sigplot2win', ...	'PaperPosition',[18 180 576 432], ...	'PaperType','a4letter', ...	'PaperUnits','points', ...	'Position',[92 304 562 530], ...	'Tag','sigplot2win', ...	'ToolBar','none', ...	'UserData','[ ]');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7721059087564923 0.9131768171185999 0.1232915807832567 0.04491033526812788], ...	'String','Signal Type', ...	'Style','text', ...	'Tag','StaticText1');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7721059087564923 0.8582864073464437 0.1232915807832567 0.04491033526812788], ...	'String','Signal Part', ...	'Style','text', ...	'Tag','StaticText2');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7721059087564923 0.8017326518236159 0.1232915807832567 0.04657368101879927], ...	'String','Norm Type', ...	'Style','text', ...	'Tag','StaticText3');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7721059087564923 0.7468422420514599 0.1232915807832567 0.04491033526812788], ...	'String','Norm Level', ...	'Style','text', ...	'Tag','StaticText4');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7721059087564923 0.6919518322793035 0.1232915807832567 0.04491033526812788], ...	'String','Scale Type', ...	'Style','text', ...	'Tag','StaticText5');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7721059087564923 0.6387247682578185 0.1232915807832567 0.04491033526812788], ...	'String','Plot Min Level', ...	'Style','text', ...	'Tag','StaticText6');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7721059087564923 0.5821710127349908 0.1232915807832567 0.04657368101879927], ...	'String','Plot Max Level', ...	'Style','text', ...	'Tag','StaticText7');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7721059087564923 0.5272806029628345 0.1232915807832567 0.04491033526812788], ...	'String','Signal Min Value', ...	'Style','text', ...	'Tag','StaticText8');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7631211827906342 0.4731525599930702 0.1322763067491148 0.04687400733489269], ...	'String','Signal Max Value', ...	'Style','text', ...	'Tag','StaticText9');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7736280270377671 0.3010655808715238 0.1217694625019819 0.04491033526812788], ...	'String','Extra Plot Parameter', ...	'Style','text', ...	'Tag','StaticText10');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...	'FontSize',9, ...	'ListboxTop',0, ...	'Max',2, ...	'Min',1, ...	'Position',[0.8859999999999999 0.919766833898089 0.1 0.0455057054252428], ...	'String',mat1, ...	'Style','popupmenu', ...	'Tag','PopupMenuSignalType', ...	'Value',1);h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...	'FontSize',9, ...	'ListboxTop',0, ...	'Max',5, ...	'Min',1, ...	'Position',[0.8859999999999999 0.8646084030796124 0.1 0.04550570542524277], ...	'String',mat2, ...	'Style','popupmenu', ...	'Tag','PopupMenuSignalPart', ...	'Value',1);h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...	'FontSize',9, ...	'ListboxTop',0, ...	'Max',3, ...	'Min',1, ...	'Position',[0.8859999999999999 0.8094499722611362 0.1 0.04550570542524277], ...	'String',mat3, ...	'Style','popupmenu', ...	'Tag','PopupMenuNormType', ...	'Value',3);h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.8859999999999999 0.7641099017764851 0.1 0.03568734509141857], ...	'String','[]', ...	'Style','edit', ...	'Tag','EditTextNormLevel');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.8859999999999999 0.6537930401395325 0.1 0.03568734509141857], ...	'String','[]', ...	'Style','edit', ...	'Tag','EditTextPlotMinLevel');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...	'FontSize',9, ...	'ListboxTop',0, ...	'Max',6, ...	'Min',1, ...	'Position',[0.8859999999999999 0.6991331106241845 0.1 0.04550570542524277], ...	'String',mat4, ...	'Style','popupmenu', ...	'Tag','PopupMenuScaleType', ...	'Value',2);h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.8859999999999999 0.5973645680819912 0.1 0.03513909224011713], ...	'String','[]', ...	'Style','edit', ...	'Tag','EditTextPlotMaxLevel');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.8859999999999999 0.5434761785025802 0.1 0.03568734509141857], ...	'String','[]', ...	'Style','edit', ...	'Tag','EditTextSignalMinValue');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.8859999999999999 0.4883177476841041 0.1 0.03568734509141857], ...	'String','[]', ...	'Style','edit', ...	'Tag','EditTextSignalMaxValue');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...	'FontSize',9, ...	'ListboxTop',0, ...	'Max',17, ...	'Min',1, ...	'Position',[0.8859999999999999 0.4224898206705364 0.1 0.04657368101879928], ...	'String',mat5, ...	'Style','popupmenu', ...	'Tag','PopupMenuPlotType', ...	'Value',2);h1 = axes('Parent',h0, ...	'CameraUpVector',[0 1 0], ...	'CameraUpVectorMode','manual', ...	'Color',[1 1 1], ...	'ColorOrder',mat6, ...	'DataAspectRatioMode','manual', ...	'FontAngle','italic', ...	'FontSize',8, ...	'Position',[0.00101742530655632 0.000582715694609082 0.0002708072333371302 5.321604516977909e-05], ...	'Tag','Axes1', ...	'WarpToFill','off', ...	'WarpToFillMode','manual', ...	'XColor',[0 0 0], ...	'YColor',[0 0 0], ...	'ZColor',[0 0 0]);h2 = text('Parent',h1, ...	'Color',[0 0 0], ...	'HandleVisibility','off', ...	'HorizontalAlignment','center', ...	'Position',mat7, ...	'Tag','Axes1Text4', ...	'VerticalAlignment','cap');set(get(h2,'Parent'),'XLabel',h2);h2 = text('Parent',h1, ...	'Color',[0 0 0], ...	'HandleVisibility','off', ...	'HorizontalAlignment','center', ...	'Position',[6.999999999999998 2 9.160254037844386], ...	'Rotation',90, ...	'Tag','Axes1Text3', ...	'VerticalAlignment','baseline');set(get(h2,'Parent'),'YLabel',h2);h2 = text('Parent',h1, ...	'Color',[0 0 0], ...	'HandleVisibility','off', ...	'Position',mat8, ...	'Tag','Axes1Text2', ...	'Visible','off');set(get(h2,'Parent'),'ZLabel',h2);h2 = text('Parent',h1, ...	'Color',[0 0 0], ...	'HandleVisibility','off', ...	'HorizontalAlignment','center', ...	'Position',[0.9999999999999997 -4 9.160254037844386], ...	'Tag','Axes1Text1', ...	'VerticalAlignment','bottom');set(get(h2,'Parent'),'Title',h2);h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 0.8], ...	'ListboxTop',0, ...	'Position',[0.7740213523131673 0.4150943396226415 0.1103202846975089 0.04528301886792453], ...	'String','Plot Type', ...	'Style','text', ...	'Tag','StaticText11');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.8859999999999999 0.3060556181235379 0.1 0.03659360651477087], ...	'String','[]', ...	'Style','edit', ...	'Tag','EditTextExtraPlotParameter');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...	'Callback','sigplot2winGUIcb(''replot'')', ...	'FontSize',9, ...	'FontWeight','bold', ...	'ListboxTop',0, ...	'Position',[0.856 0.02037845705967976 0.13 0.04999999999999999], ...	'String','Replot', ...	'Tag','PushbuttonPlot');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...	'Callback',mat9, ...	'FontSize',9, ...	'FontWeight','bold', ...	'ListboxTop',0, ...	'Position',[0.856 0.0841258288856542 0.13 0.04999999999999999], ...	'String','Help', ...	'Tag','PushbuttonHelp');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.5219178082191781 0.2052401746724891 0.1506849315068493 0.0363901018922853], ...	'String','[ ]', ...	'Style','edit', ...	'Tag','EditTextAxisValuesRange');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.5219178082191781 0.1586608442503639 0.1506849315068493 0.03784570596797671], ...	'String','[ ]', ...	'Style','edit', ...	'Tag','EditTextAxisValuesSpace');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.5219178082191781 0.2518195050946143 0.1506849315068493 0.03493449781659388], ...	'String','[ ]', ...	'Style','edit', ...	'Tag','EditTextAxisValuesPulse');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',mat10, ...	'String','[ ]', ...	'Style','edit', ...	'Tag','EditTextAxisValuesExtra');h1 = uicontrol('Parent',h0, ...	'Units','normalized', ...	'BackgroundColor',[1 1 1], ...	'ListboxTop',0, ...	'Position',[0.5230125523012552 0.06588579795021962 0.1506276150627615 0.03660322108345535], ...	'String','[ ]', ...

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -