How can I plot brillouin zone of 14 bravais lattice crystal

7 views (last 30 days)
I need a code which can plot all 14crystal.

Answers (1)

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

Categories

Find more on Condensed Matter & Materials Physics in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!