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

📄 set_para.m

📁 数字通信第四版原书的例程
💻 M
字号:
%SET_PARAM Sets the desired parameters in a specified system or block.
%	SET_PARAM(NAME,PARAMETER,VALUE) is used to set system parameters, 
%	general block parameters, and specific block parameters.
%
%	System parameters are :
%	   algorithm	EULER, RK23, RK45, ADAMS, GEAR, ADAMSGEAR, DSIM, LSIM
%	   BackGround,	a color  
%	   Font a Number
%	   Font Size	9, 10, 12, 14, 18, 24
%	   Font Style	normal, bold, italic, underline, shadow, outline
%	   Drop Shadow	on,off
%	   Start time,Stop time,Min step size,Max step size	a number
%	   Relative error	a number
%	   Return vars
%
%	 General block parameters are :
%	   position: 	[x, y] location of upper left corner of the block.
%	   size: 	[w, h] width and height of the block.
%	   ForeGround, BackGround:	a color
%	   orientation:			0, 1, 2, 3
%	   selected:			0, 1
%	   name:			"a string"
%	   hide name:			0, 1
%	   move name:			0, 1
%
%	Specific block parameters vary with each type of block. 
%	The names and effects of each block's specific parameters 
%	can be found in the reference entry for that block.

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

⌨️ 快捷键说明

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