代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/430307/8757303
m genmat2.m
function [A,B,b]=genmat2(xy,el,a,b,s)
%GENMAT2 Generates FEM2 matrices.
% [A,B,b] = GENMAT2(NOD2XY,EL2NOD,ALPHA,BETA,S)
% where NOD2XY contains the node points
% and EL2NOD contains the tri
www.eeworm.com/read/384880/8835944
m example.m
%demonstrate how to use ap2ep and ep2ap
%
Au=rand(4,3,2); % so 4x3x2 multi-dimensional matrices are used for the
Av=rand(4,3,2); % demonstration.
Phi_v=rand(4,3,2)*360; % phase l
www.eeworm.com/read/427976/8906672
txt mur matlab.txt
clear,clc
tic
IE=100;
JE=100;
ic=IE/2;
jc=JE/2;
X=1:IE;
Y=1:JE;
n0=50;
spread=12;
Ez=zeros(IE,JE);
Hx=zeros(IE-1,JE);
Hy=zeros(IE,JE-1);
% Matrices for the Mur ABCs
Ez_prev=Ez;
www.eeworm.com/read/378074/9252418
m fuzzymodel.m
function [A1, A2, B1, B2, h1, h2] = FuzzyModel(x)
% function [A1, A2, B1, B2, h1, h2] = FuzzyModel(x)
%
% Compute the T-S model system matrices and the membership function values,
% based on the
www.eeworm.com/read/425034/10385816
txt 软件说明.txt
MAIN is the main program for FD2D.
DS3_DIAGONAL2 reorders two square DS3 matrices so diagonal entries are first.
DS3_JAC_SL solves a DS3 system using Jacobi iteration.
I4_SWAP swaps two I4's.
www.eeworm.com/read/419059/10887975
m fuzzymodel.m
function [A1, A2, B1, B2, h1, h2] = FuzzyModel(x)
% function [A1, A2, B1, B2, h1, h2] = FuzzyModel(x)
%
% Compute the T-S model system matrices and the membership function values,
% based on the
www.eeworm.com/read/419059/10887990
bak fuzzymodel.m.bak
function [A1, A2, B1, B2, h1, h2] = FuzzyModel(x)
% function [A1, A2, B1, B2, h1, h2] = FuzzyModel(x)
%
% Compute the T-S model system matrices and the membership function values,
% based on the
www.eeworm.com/read/123705/14616027
m genmat3.m
function [A,B,b]=genmat3(xyz,el,a,b,s)
%GENMAT3 Generates FEM3 matrices.
% [A,B,b] = GENMAT3(NOD2XYZ,EL2NOD,ALPHA,BETA,S)
% where NOD2XYZ contains the node points
% and EL2NOD contains the tetr
www.eeworm.com/read/123705/14616038
m genmat2.m
function [A,B,b]=genmat2(xy,el,a,b,s)
%GENMAT2 Generates FEM2 matrices.
% [A,B,b] = GENMAT2(NOD2XY,EL2NOD,ALPHA,BETA,S)
% where NOD2XY contains the node points
% and EL2NOD contains the tri
www.eeworm.com/read/216926/14985805
m mur1order.m
clear,clc
IE=100;
JE=100;
ic=IE/2;
jc=JE/2;
n0=50;
spread=12;
Ez=zeros(IE+1,JE+1);
Hx=zeros(IE+1,JE);
Hy=zeros(IE,JE+1);
% Matrices for the Mur ABCs
Ez_prev=Ez;
N_Steps=10; %