exist | A logical variable that, if true, indicates units were set for the model. |
scales | A double-precision array containing conversion factors to go from model units to SI for time, length, force, and mass. |
units | A character*2 array containing two-letter abbreviations for the model units for time, length, force, and mass. |
Caution: | GTUNTS uses the UNITS statement in your dataset to determine the units being used in your model. When a UNITS statement is missing, or if you use a unit consistency factor (UCF), GTUNTS is not able to determine time, length, mass, or force units. In that case, GTUNTS returns: ■exist = FALSE ■scales = 1.0, 1.0, 1.0, 1.0 ■units = US |