2012-06-14 59 views

回答

8

退房此功能:

DOC gplot

例子:

% Plot half of a "Bucky ball" carbon molecule, placing asterisks at each node: 
k = 1:30; 
[B,XY] = bucky; 
gplot(B(k,k),XY(k,:),'-*') 
axis square 

gplot_output

+1

+1,我没有在我自己的Matlabbery中遇到过这种情况。 –

+0

+1,同上。尽管如此,一个实际的例子或者更多的答案可能并不坏。 –

+3

添加示例:) –