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?
3 个评论
采纳的回答
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!