⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 get_field.m

📁 CGridCtrl_demo for mobile robots
💻 M
字号:
function val = get_params(CPD, name)% GET_PARAMS Get the parameters (fields) for a tabular_CPD object% val = get_params(CPD, name)%% The following fields can be accessed%% cpt       - the CPT%% e.g., CPT = get_params(CPD, 'cpt')switch name case 'cpt',      val = CPD.CPT; case 'tree',     val = CPD.tree; otherwise,  error(['invalid argument name ' name]);end

⌨️ 快捷键说明

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