delete_l.m

来自「数字通信第四版原书的例程」· M 代码 · 共 16 行

M
16
字号
%DELETE_LINE Removes a line from a model.
%	DELETE_LINE(SYSTEM, P) removes a line from the specified system.
%	The line can be specified in two ways. If there are 
%	only two arguments, the second argument is taken to 
%	be a point. Any line that contains the specified point 
%	will be deleted. If there are three arguments, they 
%	are taken to specify an input port and an output port, 
%	respectively. If a line exists connecting the specified 
%	ports, it will be deleted.
%
%	See also ADD_LINE, ADD_BLOCK, DELETE_BLOCK.

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

%	Built-in function

⌨️ 快捷键说明

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