📄 tagem.m
字号:
function chr = tagem(chr)
% TAGEM - gives each chromosome a unique id tag. This is only needed
% when the GA is supposed to run in parallell
for m=1:length(chr)
chr(m)=set(chr(m),'id',strcat('id',int2str(m)));
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -