代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/150760/12265514

m contents.m

% Data sets used by the STPRtool. % % andersons_task - (dir) Input for demo on Generalized Anderson's task. % binary_separable - (dir) Input for demo on Linear classification. % gmm_sample - (
www.eeworm.com/read/252197/12294224

m gngauss.m

function [gsrv1,gsrv2]=gngauss(m,sgma) % [gsrv1,gsrv2]=gngauss(m,sgma) % [gsrv1,gsrv2]=gngauss(sgma) % [gsrv1,gsrv2]=gngauss % GNGAUSS generates two independent Gaussian random variables w
www.eeworm.com/read/251835/12318015

m linspace.m

function y = linspace(d1, d2, n) %LINSPACE Linearly spaced vector. % LINSPACE(x1, x2) generates a row vector of 100 linearly % equally spaced points between x1 and x2. % % LINSPACE(x1, x2,
www.eeworm.com/read/251408/12347429

m my_scatterplot.m

function y=my_scatterplot(x,n,offset) %SCATTERPLOT Generate a scatter plot. % % SCATTERPLOT(X) generates a scatter plot of X. X can be a real or complex % vector, or a two-column matrix with
www.eeworm.com/read/149739/12353657

m isfixed.m

%ISFIXED Test on fixed mapping % % I = ISFIXED(W) % ISFIXED(W) % % True if the mapping type of W is 'fixed' (see HELP MAPPINGS). If called % without an output argument ISFIXED generates an erro
www.eeworm.com/read/149739/12353745

m iscombiner.m

%ISCOMBINER Test whether the argument is a combiner mapping % % OK = ISCOMBINER(W) % ISCOMBINER(W) % % INPUT % W Mapping % % OUTPUT % OK 1/0 indicating if the mapping type of W is COMBINER
www.eeworm.com/read/149739/12353790

m istrained.m

%ISTRAINED Test on trained mapping % % I = ISTRAINED(W) % ISTRAINED(W) % % True if the mapping type of W is 'trained' (see HELP MAPPINGS). If % called without an output argument ISTRAINED gener
www.eeworm.com/read/149739/12353825

m isuntrained.m

%ISUNTRAINED Test on untrained mapping % % I = ISUNTRAINED(W) % ISUNTRAINED(W) % % True if the mapping type of W is 'untrained' (see HELP MAPPINGS). % If called without an output argument ISUNTR
www.eeworm.com/read/148473/12464927

m cp0201_bits.m

%FUNCTION 2.1 : "cp0201_bits" % %Generates a stream of equiprobable binary value ('bits') %The number of bits ('numbits') is an input parameter function [bits]=cp0201_bits(numbits) %-------------
www.eeworm.com/read/231449/14233529

m a2dt.m

function beq = a2dT(d,n) % BEQ = A2DT(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by truncation