matlab里面 biograph函数怎么用

 我来答
天蝎神经侠侣
高粉答主

2015-07-10 · 关注我不会让你失望
知道大有可为答主
回答量:7533
采纳率:67%
帮助的人:718万
展开全部
biograph函数生成一个bioinformatics图对象。

BG = biograph(CM) 这条语句生成一个图对象BG,参数CM是这个图的邻接矩阵(CM可以是稀疏矩阵形式表示也可以是一般方阵形式)。CM中所有非对角线元素以及非零元素表示图中连接的节点,矩阵的行表示起始节点,列表式汇聚节点。注意IDs默认是行或列的序号。

BG = biograph(CM,IDs) 这条语句设置节点的序号名称。IDs可以使一个元胞数组,数组中每个元素表示一个名字,数组长度与CM矩阵行列长度一致。IDs也可以是一个字符数组(此时各个节点的名字长度相同)。IDs必须是唯一的,不能重复。

一个图可以在没有几何信息的情况下存在,这时他只需要节点的连接情况信息。然而将一个图转化成一个HG figure(不知道怎么翻译),节点的位置以及边的弯曲形状都需要用DOLAYOUT方法进行计算。DOLAYOUT这个方法通过计算缺失对象属性来使得画出来的网络图形更清晰有条理。

一个biograph 对象具有公有的或者私有的属性。例如私有属性the edge control points描绘链接节点的线条形状。
可以通过GET或者SET方法来操作公有属性,或者利用点属性(.)操作。

当一个biograph 已经转化为一个HG figure,你可以改变这个figure的公有属性。这时该figure的公有属性会自动更新,除了那些鱼DOLAYOUT方法有交互的属性之外。在这种情况下你需要调用DOLAYOUT方法或者鼠标右键内容菜单来人工设置layout。

PUBLIC PROPERTIES OF THE biograph OBJECT:

1) LAYOUT PROPERTIES:

ID: User defined character string.
Label: User defined character string.
Description: User defined character string.
LayoutType: Select the type of algorithm for the layout engine.
Options are 'hierarchical' (default), 'radial' and
'equilibrium'.
LayoutScale: A positive number to scale the size of the nodes before
calling the layout engine.
Scale: A positive number to post-scale the node coordinates.
NodeAutoSize: 'on' (default) or 'off' to turn on/off the
pre-calculation of the node size before calling the
layout engine.
ShowTextInNodes: Selects which node property is shown in the layout.
Options are 'label' (default), 'id' and 'none'.
EdgeType: Type of edges, it can be 'curved' (default),
'segmented' or 'straight'. Curved or segmented edges
occur only when necessary to avoid obstruction by
nodes. 'Equilibrium' and 'Radial' layout types cannot
produce curved or segmented edges.
EdgeTextColor: RGB three element numeric vector, defaults to [0 0 0].
ShowArrows: 'on' (default) or 'off' to show/hide arrows of the
edges.
ArrowSize: Sets the size of the arrows, defaults to 8 (pts).
ShowWeights: 'on' (default) or 'off' to show/hide text indicating
the weight of the edges.
EdgeFontSize: Positive number, defaults to 8 (pts).
NodeCallback: Name of function or function handle for the user
callback for all nodes (defaults to
@(node) inspect(node)).
EdgeCallback: Name of function or function handle for the user
callback for all edges (defaults to
@(edge) inspect(edge)).
CustomNodeDrawFcn: Function handle to customized function to draw
nodes, defaults to [].
Nodes: Vector with handles to nodes (read only).
Edges: Vector with handles to edges (read only).
845500781
2012-07-13
知道答主
回答量:28
采纳率:0%
帮助的人:7万
展开全部
有一个函数 view(biograph(DG)) 可画类似的图。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式