How can i draw graphene first brillouin zone using matlab?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mohammad mortezaie
am 2 Aug. 2021
Kommentiert: mohammad mortezaie
am 5 Aug. 2021
I need to draw graphene first brillouin zone and high symmetry points and paths.
how can I do it?
Akzeptierte Antwort
darova
am 2 Aug. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Fluid Dynamics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


