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

📄 get_region_param.m

📁 CheckMate is a MATLAB-based tool for modeling, simulating and investigating properties of hybrid dyn
💻 M
字号:
function val = get_region_param(s,param)% Get a parameter of a "region" object.%% Syntax:%   "val = get_region_param(s,param)"%% Description:%   Returns the field specified by the string "param" in the structure%   for the "region" object "s".% % Examples:%   * Suppose "s = region(5,[1 3 4])".%%   * "val = get_region_param(s,'nstate')" returns the total number of%     states in the universe set for the region "s", which is 5.%% See Also:%   regionval = s.(param);

⌨️ 快捷键说明

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