iptregistry.m

来自「有关matlab的电子书籍有一定的帮助希望有用」· M 代码 · 共 16 行

M
16
字号
function varargout = iptregistry(varargin)
%IPTREGISTRY Store information in persistent memory.
%   IPTREGISTRY(A) stores A in persistent memory.
%   A = IPTREGISTRY returns the value currently stored.
%
%   Once called, IPTREGISTRY cannot be cleared by calling clear
%   mex.
%
%   See also IPTGETPREF, IPTSETPREF.

%   Steven L. Eddins, September 1996
%   Copyright 1993-1998 The MathWorks, Inc.  All Rights Reserved.
%   $Revision: 1.4 $  $Date: 1997/11/24 15:56:06 $

error('Missing MEX-file IPTREGISTRY');

⌨️ 快捷键说明

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