代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/187534/8633938
m sys_design.m
%sys_design is the function used in CtrlLAB for administrating system design tasks.
%
%Available Design Tasks are:
%
% 1 for lead/lag compensator design
% 2 for LQ optimal regulator/controller
www.eeworm.com/read/388076/8637299
m fm_gui.m
close all
global FM_PATH
colo=[0.9 0.9 0.9];
FM_PATH = [pwd filesep] ;
disp('Change directory to the location of fm_gui.m...')
disp('...or change the value of FM_PATH in fm_gui.m.')
>
www.eeworm.com/read/431224/8695410
m fm_plotsel.m
function fig = fm_plotsel(varargin)
% FM_PLOTSEL create GUI to select plotting variables
%
% HDL = FM_PLOTSEL()
%
%Author: Federico Milano
%Date: 21-Dec-2005
%Version: 1.0.0
%
%E-mail: Fe
www.eeworm.com/read/431224/8695788
m fm_dir.m
function fig = fm_dir(flag)
% FM_DIR create GUI for data format conversion
%
% HDL = FM_DIR(FLAG)
% FLAG = 0: DATA CONVERISON
% FLAG = 1: OPEN DATA FILE
% FLAG = 2: OPEN PERTURBATION
www.eeworm.com/read/431224/8696026
m fm_update.m
function fig = fm_update(varargin)
% FM_UPDATE create GUI for UDM compiling and system updating messages
%
% HDL = FM_UPDATE()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 12-Feb-
www.eeworm.com/read/431224/8697333
m fm_component.m
function fig = fm_component(varargin)
% FM_COMPONENT create GUI for UDM browser
%
% FM_COMPONENT()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 12-Feb-2003
%Update: 15-Sep-2003
www.eeworm.com/read/431224/8697804
m fm_snbfig.m
function fig = fm_snbfig(varargin)
% FM_SNBFIG create GUI for Saddle-Node Bifurcation Analysis
%
% HDL = FM_SNBFIG()
%
%see also FM_SNB
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version:
www.eeworm.com/read/431224/8697808
m fm_choice.m
function fig = fm_choice(varargin)
% FM_CHOICE open dialog box and wait for input
%
% FM_CHOICE(TEXT)
% FM_CHOICE(TEXT,MODE)
% TEXT = text to be displayed
% MODE = message mode
%
www.eeworm.com/read/431224/8698012
m fm_simset.m
function fig = fm_simset(varargin)
% FM_SIMSET create GUI for Simulink model settings
%
% HDL = FM_SIMSET()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E-mail: Federi
www.eeworm.com/read/431224/8698476
m fm_plotfig.m
function fig = fm_plotfig()
% FM_PLOTFIG create GUI for plotting variables
%
% FM_PLOTFIG()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 27-Feb-2003
%Update: 11-Sep-2003
%Versi