关联矩阵和邻接矩阵的相互转化我要分享

Mutual transformation of incidence matrix and adjacency matrix

matlab 转化 关联 矩阵 邻接 相互

关注次数: 475

下载次数: 0

文件大小: 1.25 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:无向图和有向图的关联矩阵和邻接矩阵的相互转换,其中F表示所给出的图的相应矩阵,W表示程序运行结束后的结果。既有已知矩阵转化为相应的矩阵。 当f=0时,为邻接矩阵转换为关联矩阵;当f=1时,关联矩阵转换为邻接矩阵。在命令窗口输入矩阵F和命令W=incandadf(F,f)。


English Description:

The transformation between the incidence matrix and adjacency matrix of undirected graph and digraph, where f represents the corresponding matrix of the given graph and W represents the result after the program runs. The known matrix is transformed into the corresponding matrix.


代码预览