nothingfcn.m

来自「对于3-RRR型机械臂」· M 代码 · 共 11 行

M
11
字号
% This is a subfunction of rrrproject3.m
% Created by Gan Tao   taogan@eng.buffalo.edu
% Graduate Student of SUNY Buffalo
% Date: Jan.2004
% nothingfcn is nothing but in the fig 's property 'WindowButtonMotion'
% have to set something so I add this little stuff.
function nothingfcn(obj,eventdata)
global  CC

CC=0;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?