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

📄 get_para.m

📁 本书是电子通信类的本科、研究生辅助教材
💻 M
字号:
%GET_PARAM Returns the value of the desired parameter in a given system.
%
%	GET_PARAM('modelname','parameter'), GET_PARAM('blockname','parameter')
%	returns the value of the specified parameter for either models 
%	or blocks.  
%
%	Blocks have a different set of parameters from models, and
%	different types of blocks have their own specific parameters.
%	Parameter names and ranges are given using the set_param 
%	command. To see a list of parameters associated with the 
%	blocks in your model look at the associated .m file which is 
%	produced whenever you save a model.
%
%	[GS,GB] = GET_PARAM returns the names of the current system (GS)
%	and the current block (GB).  The current system is the most
%	recent system that was clicked in.  The current block is the
%	most recent block within the current system that was clicked on.
%
%	GET_PARAM (SYS, 'Current block') returns the name of the current
%	block within the system SYS.
%
%	See also SET_PARAM.

%	Copyright (c) 1990-94 by The MathWorks, Inc.

⌨️ 快捷键说明

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