代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/278048/10578374
log hs_err_pid2208.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/158963/10707678
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/274975/10842140
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/418695/10935659
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/418695/10935663
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/418695/10935716
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/448922/7522175
log hs_err_pid2208.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/439815/7701241
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/198547/7928575
m assignhere.m
function assignHere(varargin)
%ASSIGNHERE Creates a variable in the current workspace.
% ASSIGNHERE is a little trick to get ASSIGNIN to assign a
% variable in the current workspace.
%
% Ex