代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/456193/7355077
m fm_pset.m
function fig = fm_pset()
% FM_PSET create GUI for UDM parameter settings
%
% FM_PSET()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E-mail: fmilano@thunderbox.uwaterlo
www.eeworm.com/read/456193/7355080
m fm_themefig.m
function fig = fm_themefig()
% FM_THEMEFIG create GUI for PSAT theme selection
%
% HDL = FM_THEMEFIG()
%
%see also FM_THEME
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E
www.eeworm.com/read/456193/7355103
m fm_tviewer.m
function fig = fm_tviewer()
% FM_TVIEWER create GUI for text viewer selection
%
% HDL = FM_TVIEWER()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E-mail: fmilano@thund
www.eeworm.com/read/456193/7355113
m fm_gamsfig.m
function fig = fm_gamsfig(varargin)
% FM_GAMSFIG create GUI for Optimal Power Flow settings
% intended for the GAMS solver.
%
% FIG = FM_GAMSFIG
%
%see OPF structure for settings
%
%Author: F
www.eeworm.com/read/456193/7355118
m fm_about.m
function fig = fm_about(varargin)
% FM_ABOUT display information about the current
% PSAT version
%
% FM_ABOUT()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 10-Feb-2003
%
www.eeworm.com/read/456193/7355140
m fm_matrx.m
function fig = fm_matrx()
% FM_MATRX create GUI for matrix visualizations
%
% HDL = FM_MATRX()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E-mail: fmilano@thunderbox.
www.eeworm.com/read/456193/7355159
m fm_sset.m
function fig = fm_sset()
% FM_SSET create GUI for UDM service variable settings
%
% HDL = FM_SSET()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E-mail: fmilano@thunde
www.eeworm.com/read/453432/7420838
m fig5_11.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 5.11
% Eigenbeams for two sources
% K. Bell 7/24/01, 10/23/01
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all
close all
%************************
% Arr
www.eeworm.com/read/450618/7480017
m clust_denormalize.m
function data = clust_denormalize(data)
% method description
% 'var' denormalization from a data whitch variation was normalized to one (linear operation).
% 'range' denormaliza
www.eeworm.com/read/450221/7488314
m navier2d.m
function Navier2d
% This is the GUI for Navier2d.
%
% Type "navier2d" to start the program.
%
% See the *.pdf tutorial for more information.
%
% The actual Navier-Stokes solver is in tvd_rk2.