How to create body centered cubic structure?
Ältere Kommentare anzeigen
Hi,
I want to create bcc structure. However, I was able to create sample cubic strcture but I could not do for bcc. Any suggestions
x =[1 0 0];
y =[0 1 0];
z =[0 0 1];
[X,Y,Z]=meshgrid(x,y,z);
figure, scatter3(X(:),Y(:),Z(:));
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Crystals finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!