Box_dim

Contents

Version

2.11

Example

  1. Box_dim = [10];
  2. Box_dim = [10 20 30];
  3. Box_dim = [42.435 24.245 28.452 0 0 1.142 0 2.345 1.97312];

Try this:

Set a Box_dim variable, then run:

Box_dim = [10 20 30];
Simbox = draw_box_atom(Box_dim)