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

📄 open_sys.m

📁 数字通信第四版原书的例程
💻 M
字号:
%OPEN_SYSTEM Opens a window associated with a given model or block.
%	OPEN_SYSTEM('NAME') opens a window associated with the specified 
%	system.  If the optional second argument is included, it  
%	must specify a rectangle in the form [left,top,right,bottom].  
%	This rectangle will override the systems default location.
%
%	Example:
%	open_system('controller') will open the system named controller  
%	in its default location.  
%	open_system('test',[100,50,200,150])  
%	will open the system named test in a window that is 100 by 100  
%	pixels and has its upper left corner at x = 100, y = 50.
%
%	See also NEW_SYSTEM.

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

⌨️ 快捷键说明

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