📄 nefsign.m
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -