view_trace.m
来自「多智能体工具包」· M 代码 · 共 28 行
M
28 行
% VIEW_TRACE Trace the motion of the robots and the object.% Copyright (c) 1997-2000 Jiming Liu and Jianbing Wuclose all;clear all;Age=40;FLname='f1_2f2_2f6_4';Max_Age=101;Loop_Inc=5;Robot_Num=3;eval(['load ' FLname ';']); % load the DATAfigHistory=figure(... 'Color',[0 0 0],... 'Position',[300 200 700 600],... 'Resize','on',... 'NumberTitle','off',... 'Name','Distribution Show');for mm=1:9 subplot(3,3,mm); plot_trace(New_History,Age+(mm-1)*4);end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?