文件名称:TreeDecomposition
- 所属分类:
- 能源行业(电力石油煤炭)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-02-27
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- Sunghu******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Tree Decomposition.
[NODE_FINAL,VX,VY]=TREE_DECOMPOSITION(N) finds the circular shaped nodes generating 3-tree decomposition. Total number of nodes are restricted to be 1, 3, 6, 12, 24, etc. Extra nodes will be disregarded. For example, given input nodes are 100, then only 96 nodes are used to generate tree decomposition and the rest 4 nodes are disregarded.
The main area of using this code is the area of smart grid.- Tree Decomposition.
[NODE_FINAL,VX,VY]=TREE_DECOMPOSITION(N) finds the circular shaped nodes generating 3-tree decomposition. Total number of nodes are restricted to be 1, 3, 6, 12, 24, etc. Extra nodes will be disregarded. For example, given input nodes are 100, then only 96 nodes are used to generate tree decomposition and the rest 4 nodes are disregarded.
The main area of using this code is the area of smart grid.
[NODE_FINAL,VX,VY]=TREE_DECOMPOSITION(N) finds the circular shaped nodes generating 3-tree decomposition. Total number of nodes are restricted to be 1, 3, 6, 12, 24, etc. Extra nodes will be disregarded. For example, given input nodes are 100, then only 96 nodes are used to generate tree decomposition and the rest 4 nodes are disregarded.
The main area of using this code is the area of smart grid.- Tree Decomposition.
[NODE_FINAL,VX,VY]=TREE_DECOMPOSITION(N) finds the circular shaped nodes generating 3-tree decomposition. Total number of nodes are restricted to be 1, 3, 6, 12, 24, etc. Extra nodes will be disregarded. For example, given input nodes are 100, then only 96 nodes are used to generate tree decomposition and the rest 4 nodes are disregarded.
The main area of using this code is the area of smart grid.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test.m
tree_decomposition.asv
tree_decomposition.m