Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are two options for creating the eight vertices: we can use the mouse after pressing the Click SD Points button, or we can enter the coordinates directly into the edit boxes under Vertex positions. We'll use the latter option. Enter the above coordinates in the corresponding edit boxes under Vertex positions as shown below. You can use MATLAB expressions within these boxes. For instance, for the x coordinate of the fifth vertex, enter cosd(30)-0.5*sind(30) under Xpos. Remember to use the correct trig function for how you express your angles: if you enter the angle , if you are entering the angles into the Mesh GUI in degrees, you must use the MATLAB functions sind and cosd, if you enter the angle in radians you must use the MATLAB functions sin and cos.

Now that the geometry has been created in redAnTS, we now need to proceed to Step 3

...