代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/298871/7929101
m rands.m
function [w,b] = rands(s,r)
%RANDS Symmetric random generator.
%
% [W,B] = RANDS(S,R)
% S - Number of rows (neurons).
% R - Number of columns (inputs).
% Returns
% W - SxR (weight) matri
www.eeworm.com/read/397102/8068577
m rands.m
function [w,b] = rands(s,r)
%RANDS Symmetric random generator.
%
% [W,B] = RANDS(S,R)
% S - Number of rows (neurons).
% R - Number of columns (inputs).
% Returns
% W - SxR (weight) matrix of va
www.eeworm.com/read/397102/8068582
m sumsqr.m
function s = sumsqr(a)
%SUMSQR Sum squared elements of matrix.
%
% SUMSQR(A)
% A - a matrix.
% Returns the sum of squared elements in A.
% Mark Beale, 1-31-92
% Copyright (c) 1992-94 by the MathWo
www.eeworm.com/read/397102/8068646
m randnr.m
function w = randnr(s,r)
%RANDNR Normalized row random generator.
%
% RANDNR(S,R)
% S - Size of neuron layer (# of rows).
% R - Number of inputs (# of columns).
% Returns an SxR weight matrix.
%
www.eeworm.com/read/195644/8136754
m mdwt.m
%MDWT -- Multi-dimension Wavelet Toolbox
%It's compatible with MATHWORKS Wavelet Toolbox in functions' name and usage.
%Some of functions make use of part of source code in MATHWORKS Wavelet Toolb
www.eeworm.com/read/244937/12830133
m flxor.m
function z = flxor(x,y)
%FLXOR Perform integer exclusive OR (XOR) computation.
%
%WARNING: This is an obsolete function and may be removed in the future.
% Please use BITXOR instead.
%
www.eeworm.com/read/244800/12843011
log hs_err_pid1128.log
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6d043c7a
Function name=Java_sun_java2d_loops_DefaultCompone
www.eeworm.com/read/321050/13412679
m flxor.m
function z = flxor(x,y)
%FLXOR Perform integer exclusive OR (XOR) computation.
%
%WARNING: This is an obsolete function and may be removed in the future.
% Please use BITXOR instead.
%