nefsign.m

来自「模糊神经网络采用matlab编程 o install NEFCON follow」· M 代码 · 共 35 行

M
35
字号
%NEFSIGN Script which opens NEFCON bounded signal generator. %       NEFSIGN is called by double-clicking on the masked %       NEFCON Bounded Signal Generator Block. % %       See also NEFOPTF.  % Modified OPTBLOCK Script which opens NCD Toolbox figure. %	Author(s): A. Potvin, 12-1-92 %	Copyright (c) 1992-93 by The MathWorks, Inc. %	$Revision: 1.7 $  $Date: 1993/08/26 13:31:33 $ %       Modified: Andreas Nuernberger; DASA Airbus; June 1996 % Remark: script makes future changes easily backward compatible. % initialize nefcon defaultsnefdef; % Declare all NCD Toolbox variables to be global in the base workspace global topt varstr options vlbstr vubstr NCD_LB NCD_UB REF_SIG global UC_UV UC_LB UC_UB UC_MC UC_ON SAVED_SYS RANGE_LIMIT if isempty(SAVED_SYS),    SAVED_SYS = 1; end  % Declare Tunable and Uncertain Variables global in base workspace % Use eval('try','catch') eval(['global  OPT_STOP OPT_STEP ' varstr ' ' UC_UV],'errorncd(2);'); % Use eval('try','catch') % Should only error out if REF_SIG cannot be plotted. %eval(nefoptf,'errorncd(3);'); nefoptf;% end optblock 

⌨️ 快捷键说明

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