function fig = tguide2() % 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. load tguide2 h0 = figure('Color',[0.8553876799929505 0.8553876799929505 0.8553876799929505], ... 'Colormap',mat0, ... 'FileName','D:\users\jang\mlbook\doc\examples\tguide2.m', ... 'PaperPosition',[18 180 576 432], ... 'PaperUnits','points', ... 'Position',[24 442 335 277], ... 'Renderer','zbuffer', ... 'RendererMode','manual', ... 'Tag','Fig1', ... 'ToolBar','none'); h1 = uimenu('Parent',h0, ... 'Label','我的選項', ... 'Tag','uimenu1'); h2 = uimenu('Parent',h1, ... 'Label','Shading', ... 'Tag','我的選項Shading1'); h3 = uimenu('Parent',h2, ... 'Callback','shading faceted', ... 'Label','faceted', ... 'Tag','我的選項Shadingfaceted1'); h3 = uimenu('Parent',h2, ... 'Callback','shading flat', ... 'Label','flat', ... 'Tag','我的選項Shadingflat1'); h3 = uimenu('Parent',h2, ... 'Callback','shading interp', ... 'Label','interp', ... 'Tag','我的選項Shadinginterp1'); h1 = axes('Parent',h0, ... 'View',[-37.5 30], ... 'CameraUpVector',[0 0 1], ... 'CameraUpVectorMode','manual', ... 'Color',[1 1 1], ... 'ColorOrder',mat1, ... 'Position',[0.1267857142857143 0.1 0.775 0.8142857142857144], ... 'Tag','Axes1', ... 'XColor',[0 0 0], ... 'XGrid','on', ... 'XLim',[-3 3], ... 'XLimMode','manual', ... 'YColor',[0 0 0], ... 'YGrid','on', ... 'YLim',[-3 3], ... 'YLimMode','manual', ... 'ZColor',[0 0 0], ... 'ZGrid','on', ... 'ZLim',[-6.546644524320429 8.075173545159231], ... 'ZLimMode','manual'); h2 = surface('Parent',h1, ... 'CData',mat2, ... 'NormalMode','manual', ... 'Tag','Axes1Surface1', ... 'VertexNormals',mat3, ... 'XData',mat4, ... 'YData',mat5, ... 'ZData',mat6); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'Position',[-27.65186807942828 -38.67776641858742 53.44800871284872], ... 'String','x', ... 'Tag','Axes1Text4', ... 'VerticalAlignment','top'); set(get(h2,'Parent'),'XLabel',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','right', ... 'Position',[-30.8862327366803 -36.11658781727502 53.71377334499846], ... 'String','y', ... 'Tag','Axes1Text3', ... 'VerticalAlignment','top'); set(get(h2,'Parent'),'YLabel',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Position',[-25.88674400817542 -33.70958332552735 74.62059107411066], ... 'String','Peaks', ... 'Tag','Axes1Text2', ... 'VerticalAlignment','bottom'); set(get(h2,'Parent'),'Title',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Position',[-31.29895368124631 -32.54600015366295 64.61012326313745], ... 'Rotation',90, ... 'Tag','Axes1Text1', ... 'VerticalAlignment','baseline'); set(get(h2,'Parent'),'ZLabel',h2); if nargout > 0, fig = h0; end