subsindex.m
来自「一些制作正交曲线网格的matlab源程序」· M 代码 · 共 16 行
M
16 行
function theResult = subsindex(self)% ps/subsindex -- Value of a "ps" as an index.% subsindex(self) posts an error, since "ps"% objects may not be used as indices. % 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 09-Dec-1999 02:51:19.% Updated 09-Dec-1999 02:51:19.error(' ## "ps" objects may not be used as indices.')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?