How can i draw graphene first brillouin zone using matlab?

14 vues (au cours des 30 derniers jours)
mohammad mortezaie
mohammad mortezaie le 2 Août 2021
I need to draw graphene first brillouin zone and high symmetry points and paths.
how can I do it?
  3 commentaires
darova
darova le 2 Août 2021
  • I want to draw a hexagonal like left side of the picture
mohammad mortezaie
mohammad mortezaie le 5 Août 2021
Thank you

Connectez-vous pour commenter.

Réponse acceptée

darova
darova le 2 Août 2021
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 commentaires
mohammad mortezaie
mohammad mortezaie le 2 Août 2021
I need some figure like this.
mohammad mortezaie
mohammad mortezaie le 2 Août 2021
I need (a) part of this image

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by