代码搜索:construct

找到约 6,584 项符合「construct」的源代码

代码结果 6,584
www.eeworm.com/read/203890/15349817

m time.m

function t = time(varargin) % TIME Construct a time object % should accept at least following input % beg end fs % beg end num % beg num fs % beg num step % vec % $Id: time.m 49 2004-09-21 07:48:16Z
www.eeworm.com/read/386625/8734431

asv get_matrix_fem.asv

function get_matrix_fem(nx,ny) gauss = [-1/sqrt(3), 1/sqrt(3)]; % Gaussian quadrature point % construct Q1 mesh [x,y,conn,ne,np] = getQ1mesh(nx,ny); Ag = zeros(np); bg=zeros(np,1); nloc = 4; % n
www.eeworm.com/read/371576/9548868

m form_e_mat.m

function E_mat = form_E_mat(Rec_Sig,l,w,Q) %---------------------------- % Step 1: construct Z_Mat %---------------------------- Mr = size(Rec_Sig,1); Z_Mat = zeros((2*w+l+1)*Mr,Q-2*w-l); for
www.eeworm.com/read/271244/11002013

m cnstm.m

function z=cnstm(p,nf1,nf2,nn) % % z=cnstm(p,nf1,nf2,nn): % % Function to construct a matrix of constant horizontal value. % % Input- % p - vector p(nf2), representing the power spectrum % nf1
www.eeworm.com/read/446736/7567336

m times10_m.m

function [sys,x0,str,ts] = times10_m(t,x,u,flag) %TIMES10_m S-function whose output is ten times its input. % This M-file illustrates how to construct an M-file S-function that % computes an ou
www.eeworm.com/read/446736/7569505

m times10_m.m

function [sys,x0,str,ts] = times10_m(t,x,u,flag) %TIMES10_m S-function whose output is ten times its input. % This M-file illustrates how to construct an M-file S-function that % computes an ou
www.eeworm.com/read/197649/7982988

m cnstm.m

function z=cnstm(p,nf1,nf2,nn) % % z=cnstm(p,nf1,nf2,nn): % % Function to construct a matrix of constant horizontal value. % % Input- % p - vector p(nf2), representing the power spectrum % nf1
www.eeworm.com/read/142092/12963159

m cnstm.m

function z=cnstm(p,nf1,nf2,nn) % % z=cnstm(p,nf1,nf2,nn): % % Function to construct a matrix of constant horizontal value. % % Input- % p - vector p(nf2), representing the power spectrum % nf1
www.eeworm.com/read/318125/13485666

m times10_m.m

function [sys,x0,str,ts] = times10_m(t,x,u,flag) %TIMES10_m S-function whose output is ten times its input. % This M-file illustrates how to construct an M-file S-function that % computes an ou
www.eeworm.com/read/318125/13487803

m times10_m.m

function [sys,x0,str,ts] = times10_m(t,x,u,flag) %TIMES10_m S-function whose output is ten times its input. % This M-file illustrates how to construct an M-file S-function that % computes an ou