代码搜索:matlab、人工免疫
找到约 10,000 项符合「matlab、人工免疫」的源代码
代码结果 10,000
www.eeworm.com/read/231340/14238527
m get_view.m
function T=get_view()
%
% same as T=view; but without Matlab's bug :-) !!!
T=view; T(3,1:3) = -T(3,1:3);
www.eeworm.com/read/230549/14281902
txt readme.txt
核心函数:
(1)function [pop]=initializega(num,bounds,eevalFN,eevalOps,options)--初始种群的生成函数
【输出参数】
pop--生成的初始种群
【输入参数】
num--种群中的个体数目
bounds--代表变量的上下界的矩阵
eevalFN--适应度函数
eevalOps--传递给适应度函数的参数
op
www.eeworm.com/read/230508/14283567
txt pt_readme.txt
================================================================================
Copyright 1994-2002 The MathWorks, Inc.
$Revision: 1.15 $
=== Abstract ===================================
www.eeworm.com/read/128483/14293829
readme
Jitterbug 1.1 - A Matlab toolbox for real-time control performance analysis
===========================================================================
Requirements: Matlab 6 (5 might work) and Contr
www.eeworm.com/read/128483/14293850
readme~
Jitterbug 1.1 - A Matlab toolbox for real-time control performance analysis
===========================================================================
Requirements: Matlab 6 (5 might work) and Contr
www.eeworm.com/read/128483/14293852
readme
Jitterbug 1.1 - A Matlab toolbox for real-time control performance analysis
===========================================================================
(C) Copyright 2002 by Bo Lincoln and Anton Cervi
www.eeworm.com/read/128468/14295370
txt readme.txt
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
% Written Vojtech Franc (diploma thesis) 26.02.2000
% Modifi