new_syst.m

来自「本书是电子通信类的本科、研究生辅助教材」· M 代码 · 共 27 行

M
27
字号
%NEW_SYSTEM Creates a new empty model window.
%	NEW_SYSTEM('NAME') creates a new, empty system with the 
%	specified name.  If a path is given, the new system will 
%	be a subsystem of the system specified in the path.
%	The new system will have the following default values 
%	for its parameters:
%
%	Algorithm	EULER
%	BackGround	white
%	Font Number	1
%	Font Size	12
%	Font Style	0
%	Drop Shadow	0
%	Start time	0
%	Stop time	999999
%	Min step size	0.0001
%	Max step size	10
%	Relative error	1e-3
%	Return vars	none
%
%	See also OPEN_SYSTEM.

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

%	Built-in function

⌨️ 快捷键说明

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