How can I plot brillouin zone of 14 bravais lattice crystal

조회 수: 8(최근 30일)
Kwan Wing KONG
Kwan Wing KONG 2021년 9월 16일
답변: darova 2021년 9월 17일
I need a code which can plot all 14crystal.

답변(1개)

darova
darova 2021년 9월 17일
What about this
[x,y,z] = sphere(4);
surf(x,y,z,'facecolor','none')

제품

Community Treasure Hunt

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

Start Hunting!

Translated by