代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/418304/10955370
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/418304/10955378
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/418304/10955517
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: fmilan
www.eeworm.com/read/418304/10955635
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
www.eeworm.com/read/417736/10978068
m 例7-15.m
>> clf reset
>> H=axes('unit','normalized','position',[0,0,1,1],'visible','off');
>> set(gcf,'currentaxes',H);
>> text(0.12,0.93,'\fontname{楷书}归一化二阶系统的阶跃响应曲线','fontsize',13);
>> H_fig=get(H,'paren
www.eeworm.com/read/271760/10982300
m plot_proc.m
%plot_proc is used to change properties of a user selected curves
%
% plot_proc(nTask,arg1,arg2)
%where
% nTask -- curve manipulation code
% 1 display dialog box for preference
%
www.eeworm.com/read/271760/10982353
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/271566/10989553
m plot_proc.m
%plot_proc is used to change properties of a user selected curves
%
% plot_proc(nTask,arg1,arg2)
%where
% nTask -- curve manipulation code
% 1 display dialog box for preference
%
www.eeworm.com/read/271566/10989572
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/470954/6902294
m comparepid.m
%% Author: epokh
%% Website: www.epokh.org/drupy
%% This software is under GPL
clf;
close all;
K=[2,0.05,2];
decayInt=8;
scale=200;
time=[0 60];
[errInt1,errDiff1,Ct1,position_pts1]=simPID(