How can I plot brillouin zone of 14 bravais lattice crystal

8 visualizzazioni (ultimi 30 giorni)
I need a code which can plot all 14crystal.

Risposte (1)

darova
darova il 17 Set 2021
What about this
[x,y,z] = sphere(4);
surf(x,y,z,'facecolor','none')

Categorie

Scopri di più su Crystals in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by