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

📄 mexgraphnoderemove.m

📁 复杂网络的一些节点面对攻击的代码
💻 M
字号:
function Graph = mexGraphNodeRemove(Graph,Nodes)
% Removes from the graph all links wich involve any of the 'Nodes'. Does not call mexGraphSqueeze. 
% Node names are left as well (can be easily removed with intersect with Nodes). 
% This method is much faster then the GraphNodeRemove, especially for large number of Nodes.
%
% Receives:
%	Graph			-	Graph Struct		-	The same graph with node numbers re-enumerated
%	Nodes			-	vector of integer	-	List of nodes to remove.
%	
% Returns:
%	Graph			-	Graph Struct		-	The same graph with node numbers re-enumerated
%
% Created:																							
%		Lev Muchnik,	07/08/2005
%		lev@topspin.co.il, +972-54-326496																							


⌨️ 快捷键说明

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