代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/375075/9373447

m contents.m

function Contents % BN/PBN toolbox. % November 30, 2005. % % The way of representing a BN/PBN in this toolbox is defined e.g. in % pbnRnd.m % % RUN NETWORKS. % % bnNextState - one step of a
www.eeworm.com/read/375075/9373481

m bna.m

function [A,v] = bnA(F,varF,nv,p,method) % [A,v] = bnA(F,varF,nv,p,method) - state transition matrix of a Boolean network % This function creates the state transition matrix A of a Boolean network
www.eeworm.com/read/375075/9373482

m pbna.m

function [A,v] = pbnA(F,varF,nf,nv,cij,p) % [A,v] = pbnA(F,varF,nf,nv,cij,p) - state transition matrix of a PBN % This function creates the 2^n x 2^n transition matrix A corresponding to % a PBN.
www.eeworm.com/read/374698/9388814

m validate.m

function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct) % Validate a trained model on a fixed validation set % % >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/374686/9389067

m fty.m

%%FFT in row of matrix function fs=fty(s); fs=fftshift(fft(fftshift(s.'))).';
www.eeworm.com/read/374686/9389069

m ifty.m

%%IFFT in row of matrix function s=ifty(fs); s=fftshift(ifft(fftshift(fs.'))).';
www.eeworm.com/read/374686/9389071

m ftx.m

%%FFT in column of matrix function fs=ftx(s); fs=fftshift(fft(fftshift(s)));
www.eeworm.com/read/374686/9389077

m iftx.m

%%IFFT in column of matrix function s=iftx(fs); s=fftshift(ifft(fftshift(fs)));
www.eeworm.com/read/178529/9393751

readme

********************************************************* * * * MATLAB FUNCTIONS * * * ********************************************************* gst.m ----- MATLAB code to calcula
www.eeworm.com/read/178482/9394783

m gravcenters.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% Prof. Sclaroff's CS585 Image avd Video Processing