gmviz1.m

来自「matlab有限元分析工具,比经较全面的一个手册,请大家下载呀」· M 代码 · 共 110 行

M
110
字号
function fig = gmviz1()% 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.%% 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.load gmviz1h0 = figure('Color',[0.8 0.8 0.8], ...	'Colormap',mat0, ...	'PointerShapeCData',mat1, ...	'Position',[409 125 586 497], ...	'Tag','Fig1');h1 = axes('Parent',h0, ...	'CameraUpVector',[0 1 0], ...	'CameraUpVectorMode','manual', ...	'Color',[1 1 1], ...	'ColorOrder',mat2, ...	'Position',mat3, ...	'Tag','Axes1', ...	'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',[0.4975247524752476 -0.05925925925925935 9.160254037844386], ...	'Tag','Axes1Text4', ...	'VerticalAlignment','cap');set(get(h2,'Parent'),'XLabel',h2);h2 = text('Parent',h1, ...	'Color',[0 0 0], ...	'HandleVisibility','off', ...	'HorizontalAlignment','center', ...	'Position',[-0.07178217821782179 0.4962962962962962 9.160254037844386], ...	'Rotation',90, ...	'Tag','Axes1Text3', ...	'VerticalAlignment','baseline');set(get(h2,'Parent'),'YLabel',h2);h2 = text('Parent',h1, ...	'Color',[0 0 0], ...	'HandleVisibility','off', ...	'HorizontalAlignment','right', ...	'Position',[-0.3168316831683168 1.074074074074074 9.160254037844386], ...	'Tag','Axes1Text2', ...	'Visible','off');set(get(h2,'Parent'),'ZLabel',h2);h2 = text('Parent',h1, ...	'Color',[0 0 0], ...	'HandleVisibility','off', ...	'HorizontalAlignment','center', ...	'Position',[0.4975247524752476 1.017283950617284 9.160254037844386], ...	'Tag','Axes1Text1', ...	'VerticalAlignment','bottom');set(get(h2,'Parent'),'Title',h2);h1 = uicontrol('Parent',h0, ...	'Units','characters', ...	'Callback','gmviz_callback(1)', ...	'ListboxTop',0, ...	'Position',[4 32.30769230769231 12 1.538461538461538], ...	'String','Up', ...	'Tag','UpButton');h1 = uicontrol('Parent',h0, ...	'Units','characters', ...	'Callback','gmviz_callback(2)', ...	'ListboxTop',0, ...	'Position',[4 29.23076923076923 12 1.538461538461538], ...	'String','Down', ...	'Tag','DownButton');h1 = uicontrol('Parent',h0, ...	'Units','characters', ...	'Callback','gmviz_callback(3)', ...	'ListboxTop',0, ...	'Position',[4 26.15384615384615 12 1.538461538461538], ...	'String','Left', ...	'Tag','LeftButton');h1 = uicontrol('Parent',h0, ...	'Units','characters', ...	'Callback','gmviz_callback(4)', ...	'ListboxTop',0, ...	'Position',[4 23.07692307692308 12 1.538461538461538], ...	'String','Right', ...	'Tag','RightButton');h1 = uicontrol('Parent',h0, ...	'Units','characters', ...	'Callback','gmviz_callback(5)', ...	'ListboxTop',0, ...	'Position',[4 20 12 1.538461538461538], ...	'String','Zoom in', ...	'Tag','ZoominButton');h1 = uicontrol('Parent',h0, ...	'Units','characters', ...	'Callback','gmviz_callback(6)', ...	'ListboxTop',0, ...	'Position',[4 16.92307692307692 12 1.538461538461538], ...	'String','Zoom out', ...	'Tag','ZoomoutButton');h1 = uicontrol('Parent',h0, ...	'Units','characters', ...	'Callback','gmviz_callback(7)', ...	'ListboxTop',0, ...	'Position',mat4, ...	'String','Dismiss', ...	'Tag','Dismissbutton');if nargout > 0, fig = h0; end

⌨️ 快捷键说明

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