How can i draw graphene first brillouin zone using matlab?

I need to draw graphene first brillouin zone and high symmetry points and paths.
how can I do it?

3 comentarios

The question is unclear. Please show some formulas
  • I want to draw a hexagonal like left side of the picture

Iniciar sesión para comentar.

 Respuesta aceptada

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 comentarios

Thank you but I need (a) part of the attached picture
That's impossible
I need some figure like this.
I need (a) part of this image

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by