How can i draw graphene first brillouin zone using matlab?

조회 수: 17 (최근 30일)
mohammad mortezaie
mohammad mortezaie 2021년 8월 2일
댓글: mohammad mortezaie 2021년 8월 5일
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

댓글을 달려면 로그인하십시오.

채택된 답변

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