How can i draw graphene first brillouin zone using matlab?
조회 수: 5 (최근 30일)
이전 댓글 표시
I need to draw graphene first brillouin zone and high symmetry points and paths.
how can I do it?
채택된 답변
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 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!