0106: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
No edit summary |
||
Line 4: | Line 4: | ||
|One of two problems occurred: | |One of two problems occurred: | ||
# The array sizes in a [[Mat]] statement do not match or, | # The array sizes in a [[Mat]] statement do not match or, | ||
# Mat grouping (in a [[Input]]/ [[Print]]/ [[RInput]] Fields statement) was attempted with mismatched array sizes | # Mat grouping (in a [[Input]]/ [[Print]]/ [[RInput]] Fields statement) was attempted with mismatched array sizes. | ||
|# Make sure that the [[dimension]] size of the arrays in the Mat statement are the same. | |# Make sure that the [[dimension]] size of the arrays in the Mat statement are the same. | ||
# Make sure that the dimension size of the arrays in the Mat grouping are the same | # Make sure that the dimension size of the arrays in the Mat grouping are the same. | ||
}} | }} | ||
[[Category:Error Codes]] | [[Category:Error Codes]] |