How can i draw graphene first brillouin zone using matlab?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
mohammad mortezaie
le 2 Août 2021
Commenté : mohammad mortezaie
le 5 Août 2021
I need to draw graphene first brillouin zone and high symmetry points and paths.
how can I do it?
Réponse acceptée
darova
le 2 Août 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Printing and Saving dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!