help_subclassing.m
来自「任意边界结构正交曲线网格生成程序」· M 代码 · 共 22 行
M
22 行
function theResult = help_subclassing(self, varargin)% Users of PS are expected to derive their own class% from "ps". One such class, "pst" has already been% built as an example. It can be copied and renamed to serve% as a framework for the derived class. Unless "pst/doevent"% is modified, all events will passed intact to "ps".% See "help pst". % Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO.% All Rights Reserved.% Disclosure without explicit written consent from the% copyright owner does not constitute publication. % Version of 05-Nov-1999 20:46:35.% Updated 05-Nov-1999 20:46:35.h = help(mfilename);helpdlg(h, 'PS Subclassing')if nargout > 0, theResult = self; end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?