
4个回答
2013-04-06
展开全部
gplot函数用于绘制拓展图。举个例子如下:k = 1:30;
[B,XY] = bucky;
gplot(B(k,k),XY(k,:),'-*')
axis square
[B,XY] = bucky;
gplot(B(k,k),XY(k,:),'-*')
axis square
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-04-06
展开全部
可以绘制拓扑图
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
gplot(A,Coordinates)
gplot(A,Coordinates,LineSpec)
Description
The gplot function graphs a set of coordinatesusing an adjacency matrix.
gplot(A,Coordinates) plots a graph
of the nodes defined in Coordinates according to the n-by-n adjacency
matrix A, where n is the number of
nodes. Coordinates is an n-by-2 matrix,
where n is the number of nodes and each coordinate pair
represents one node.
gplot(A,Coordinates,LineSpec) plotsthe nodes using the line type, marker symbol, and color specified by LineSpec.
gplot(A,Coordinates,LineSpec)
Description
The gplot function graphs a set of coordinatesusing an adjacency matrix.
gplot(A,Coordinates) plots a graph
of the nodes defined in Coordinates according to the n-by-n adjacency
matrix A, where n is the number of
nodes. Coordinates is an n-by-2 matrix,
where n is the number of nodes and each coordinate pair
represents one node.
gplot(A,Coordinates,LineSpec) plotsthe nodes using the line type, marker symbol, and color specified by LineSpec.
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-04-06
展开全部
什么叫函数T9KCM
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询