How can i draw graphene first brillouin zone using matlab?
5 ビュー (過去 30 日間)
古いコメントを表示
I need to draw graphene first brillouin zone and high symmetry points and paths.
how can I do it?
採用された回答
darova
2021 年 8 月 2 日
Here is ax example
t = linspace(0,2*pi,7);
[x,y] = pol2cart(t,3);
surf([x;x],[y;y],[x*0;x*0+1],'facecolor','none')
axis equal
4 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!