activate.m.svn-base
来自「这是一个用来控制机器人ePuck的matlab GUI.通过它」· SVN-BASE 代码 · 共 14 行
SVN-BASE
14 行
function ePic = activate( ePic, propName )%ACTIVATE Activate the reception of some sensor values. It can also% activate some mechanisms in the interface.% % ePic = activate(ePic,propName)%% Results :% ePic : updated ePicKernel object%% Parameters :% ePic : ePicKernel object% propName : check updateDef function to get the availible namesePic = updateDef(ePic,propName, 1);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?