char_position_def.m
来自「多智能体工具包」· M 代码 · 共 13 行
M
13 行
function [Cell_Num_Pos,Cell_Color_Pos]=char_position_def% CHAR_POSITION_DEF define the position of characteric parameters in the matrix.% Copyright (c) 1997-2000 Jiming Liu and Jianbing WuCell_Num_Pos=[1 1]; % cell number positionCell_Color_Red_Pos=[2 1]; % class color positionCell_Color_Green_P=[3 1];Cell_Color_Blue_P=[4 1];Cell_Color_Pos=[Cell_Color_Red_Pos;Cell_Color_Green_P;Cell_Color_Blue_P];
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?