2012-06-14 31 views

Antwort

8

prüfen diese Funktion visualisieren:

doc gplot

Beispiel:

% 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, würde ich Ich bin noch nicht in meinem Matlabbery darüber gestolpert. –

+0

+1, dito. Ein praktisches Beispiel oder ein bisschen mehr Saft in der Antwort wäre jedoch nicht schlecht gewesen. –

+3

Beispiel hinzugefügt :) –