How can i draw graphene first brillouin zone using matlab?

8 次查看(过去 30 天)
I need to draw graphene first brillouin zone and high symmetry points and paths.
how can I do it?

采纳的回答

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 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Printing and Saving 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by