How can i draw graphene first brillouin zone using matlab?

13 ビュー (過去 30 日間)
mohammad mortezaie
mohammad mortezaie 2021 年 8 月 2 日
I need to draw graphene first brillouin zone and high symmetry points and paths.
how can I do it?
  3 件のコメント
darova
darova 2021 年 8 月 2 日
  • I want to draw a hexagonal like left side of the picture
mohammad mortezaie
mohammad mortezaie 2021 年 8 月 5 日
Thank you

サインインしてコメントする。

採用された回答

darova
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 件のコメント
mohammad mortezaie
mohammad mortezaie 2021 年 8 月 2 日
I need some figure like this.
mohammad mortezaie
mohammad mortezaie 2021 年 8 月 2 日
I need (a) part of this image

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by