• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 36
  • 369
  • 3
  • 0
  • 278
h=plot(graph(bucky),"k",la="force3",ma="n",NodeL={});
v={h.XData,h.YData,h.ZData}
v = 1×3 cell array
{[0.0463 1.5340 2.4000 1.4440 -0.0107 -1.3021 -2.6375 -3.2408 -2.2780 -1.0793 1.7654 0.4944 0.7948 2.2426 2.8445 3.5418 3.7584 4.0195 3.9567 3.6671 1.5734 2.6526 1.9734 0.4863 0.2368 -1.4255 -1.3016 -2.5070 -3.3739 -2.7005 2.6993 3.3771 2.5144 1.3126 1.4303 -0.2189 -0.4721 -1.9592 -2.6363 -1.5611 -3.6583 -3.9534 -4.0178 -3.7642 -3.5452 -2.8541 -2.2425 -0.7895 -0.5081 -1.7756 1.0654 2.2743 3.2371 2.6262 1.2826 0.0104 -1.4400 -2.4043 -1.5469 -0.0575]} {[-1.9221 -1.2996 -2.1591 -3.3148 -3.1664 -0.8982 -1.1623 0.2718 1.4208 0.6949 0.3870 1.3553 2.6965 2.5566 1.1297 -1.3780 0.2149 0.7752 -0.4755 -1.8069 -3.7642 -3.0294 -2.8528 -3.4712 -4.0379 -3.4486 -3.8715 -3.1477 -2.2786 -2.4753 2.4616 2.2826 3.1539 3.8729 3.4455 4.0327 3.4597 2.8409 3.0378 3.7685 1.8266 0.4814 -0.7620 -0.1867 1.4070 -1.1094 -2.5439 -2.7076 -1.3681 -0.3818 -0.7228 -1.4409 -0.2893 1.1373 0.8732 3.1694 3.3240 2.1756 1.3040 1.9153]} {[3.5405 3.4874 2.4472 1.8599 2.5314 3.7087 2.8600 2.4494 3.0383 3.8166 3.5949 3.7564 2.9175 2.2294 2.6565 1.4580 1.5578 0.0809 -0.9255 -0.0788 0.2390 -0.7001 -2.1402 -2.0860 -0.6131 1.6330 0.0989 -0.6864 0.3538 1.7881 -1.8119 -0.3727 0.6677 -0.1174 -1.6536 0.6142 2.0901 2.1557 0.7220 -0.2234 0.1012 0.9335 -0.0828 -1.5516 -1.4385 -2.6560 -2.2398 -2.9146 -3.7545 -3.5949 -3.8161 -3.0324 -2.4477 -2.8748 -3.7177 -2.5395 -1.8527 -2.4367 -3.4836 -3.5449]}
hold
Current plot held
trisurf(delaunay(v{:}),v{:},FaceC="w",EdgeC="n")
r=@(x)reshape(x,5,[])*1.02
r = function_handle with value:
@(x)reshape(x,5,[])*1.02
fill3(r(v{1}),r(v{2}),r(v{3}),"k")
x=-6:.04:16
x = 1×551
-6.0000 -5.9600 -5.9200 -5.8800 -5.8400 -5.8000 -5.7600 -5.7200 -5.6800 -5.6400 -5.6000 -5.5600 -5.5200 -5.4800 -5.4400 -5.4000 -5.3600 -5.3200 -5.2800 -5.2400 -5.2000 -5.1600 -5.1200 -5.0800 -5.0400 -5.0000 -4.9600 -4.9200 -4.8800 -4.8400
z=randn(551);
surf(x,x,max(z/2-4,-4),z/3+.5,EdgeC="n")
axis equal off
view(36,9)
Remix Tree
Load full remix tree