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

📄 load_parameters.m

📁 CheckMate is a MATLAB-based tool for modeling, simulating and investigating properties of hybrid dyn
💻 M
字号:
function GLOBAL_APPROX_PARAM=load_parameters

% Function to create the structs 'GLOBAL_APPROX_PARAM', 'GLOBAL_ODE_PAR', and
% and 'GLOBAL_OPTIM_PAR' with default parameters for verification, exploration,
% numerical simulation, and optimization into the workspace as global variables.
%
% If user-supplied parameters are defined in GLOBAL_APARAM these parameters are
% not overwritten.
%
% Syntax:   load_parameters
% or:       GLOBAL_APPROX_PARAM=load_parameters
%
%
% --OS-07/31/02

global_var;

GLOBAL_APPROX_PARAM=parameters(1);

⌨️ 快捷键说明

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