代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/147096/12585531
m closebut.m
function closebut(fh)
%CLOSEBUT close all figures and SIMULINK blocks diagrams except the figure
% with the given handle fh. This function is specially useful in the
% uitools in contro
www.eeworm.com/read/147096/12585739
m isprime.m
function isp = isprime(X)
%ISPRIME True for prime numbers.
% ISPRIME(X) is 1 for the elements of X which are prime, 0 otherwise.
%
% See also PRIMES.
% Wes Wang 10/10/95
%
www.eeworm.com/read/334076/12642775
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/334076/12642835
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/334076/12643402
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/334076/12643446
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/134893/13972243
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/204311/15341634
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/200388/15434313
readme
Installation:
------------
simply copy all the .m files into a directory 'vision' which is in your
MATLABPATH.
vision.pdf is the documentation in standard Mathworks style. It is
formatted for doubl