Versions Compared

Key

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

...

laminai+11 - Uses the concat function to create a character string out of the AutoCad command " extrude, " a space, the point 'origin,' a space, a space, the variable 'l,' a space and the "0."

laminai+12 - Uses the concat function to create a character string out of the AutoCad command rotate3d, a space, the point 'origin,' a space, a space, the command "y," a space and a num2str (-(90-angle/deg)) if the angle is not 90 degrees.

laminai+13 - Uses the concat functino to create a character string out of the AutoCad command array, a space, the point 'origin,' a space, a space, the command "R," a space, num2str(numbafflecols, a space,num2strbaffles and a space.

laminai+14 - Together laminai+14 and laminai+15 for an if statement. Laminai+14 uses the concat function to create a character string that enters the dimensionless number "yspace" if numbafflecols is less that 1.

laminai+15 - Enters "" into the command line if the condition in laminai+14 is not forfilled.

laminai+16 -

lamina -