Help needed to plot silicon lattice
Mostrar comentarios más antiguos
I need to plot silicon atoms in a lattice structure (ie: FCC, Diamond lattice). I have the lattice constant value (a) and atom positions in x,y,z coordinates stored in an array. Could you please help me with what functions to be used in this case?
1 comentario
Jose Martinez
el 24 de Mayo de 2018
Could you share the code you used to plot your lattice and include your atoms? I am trying to do something similar with an HCP Lattice System
Respuestas (1)
KSSV
el 8 de Oct. de 2016
0 votos
You can plot cubes using:
3 comentarios
Mawla Boaks
el 8 de Oct. de 2016
KSSV
el 8 de Oct. de 2016
To plot colors either patch or fill will be used. In there there will be option called alpha. This sets transparency of the color. You can play around with this alpha.
Mawla Boaks
el 10 de Oct. de 2016
Categorías
Más información sobre Octave en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!