?? initial.m
字號:
clear;
clc;
global pop;
pop=round(rand(50,10));
global concentration;
concentration=zeros(1,50);
antigen=input('Now give me the coashor!__','s');
intension=input('How many enemy is there?__');
global TD;
TD=0.3;%define the reward for the excess match over the thresd between the epitope and the paratope
training;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -