Cell2Box_dim.m

Contents

Version

2.11

Example

  1. Cell = [10 20 30 90 90 90]; % orthogonal cell
  2. Cell = [10 20 30 90 100.2 90]; % triclinic cell

Try this:

Set a Cell variable, then run:

Cell = [10 20 30 90 100.2 90];
Simbox = draw_box_atom(Cell)