代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/252197/12293118
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/149609/12362751
m mexload.m
%MEXLOAD Retrieve variables from disk
% MEXLOAD fname retrieves the variables from the MAT-File 'fname.mat'.
% MEXLOAD, by itself, loads from the file names 'matlab.mat'.
%
% MEXLOAD fname X
www.eeworm.com/read/250648/12394350
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/336314/12451801
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/130698/14177703
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/123143/14645374
m anfismex.m
function anfismex
%ANFISMEX Core MEX function for ANFIS.
% This is the core MEX function for ANFIS. Do not use this function
% directly, use ANFIS instead. ANFIS provides a consistent and comp
www.eeworm.com/read/123143/14645492
m tri2mf.m
function y = tri2mf(x,params)
%TRI2MF Triangular membership function with two parameters
% The parameters are [center delta] where delta is the
% distance from the center to either foot.
% Copy
www.eeworm.com/read/123143/14645726
m custand.m
function y=custand(x)
%CUSTAND Customized AND function for CUSTTIP.FIS.
%
% Copyright (c) 1994-98 by The MathWorks, Inc.
% $Revision: 1.3 $
y=min(x).^0.5;
www.eeworm.com/read/123143/14645779
m custimp.m
function y=custimp(x1,x2)
%CUSTIMP Customized implication function for CUSTTIP.FIS.
% OUT = CUSTIMP(IN1,IN2) calculates the implication output.
% The implication operator must be able to suppor
www.eeworm.com/read/122236/14712545
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