2012-06-14 102 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

添加示例:) –