以下の内容はhttps://seinzumtode.hatenadiary.jp/entry/20161117/1479333803より取得しました。


matlabでデス・スターみたいなプロット

https://www.mathworks.com/help/matlab/visualize/representing-a-matrix-as-a-surface.html

figure
k = 5;
n = 2^k-1;
theta = pi*(-n:2:n)/n;
phi = (pi/2)*(-n:2:n)'/n;
X = cos(phi)*cos(theta);
Y = cos(phi)*sin(theta);
Z = sin(phi)*ones(size(theta));
colormap([0 0 0;1 1 1])
C = hadamard(2^k); 
surf(X,Y,Z,C)
axis square



以上の内容はhttps://seinzumtode.hatenadiary.jp/entry/20161117/1479333803より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14