How can I plot brillouin zone of 14 bravais lattice crystal
Show older comments
I need a code which can plot all 14crystal.
Answers (1)
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!