Difference between revisions of "Error Messages/40284"
AManandhar (talk | contribs) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Error message examples == | |
− | |||
− | |||
− | = Cause = | + | <pre style="background:white; border:white; margin-left: 1em; font-style:italic"> |
+ | In call to function Argmin, the first parameter, vector parameter «R» must have at least one dimension. | ||
+ | |||
+ | In call to function Subset, the first parameter, vector parameter «D» must have at least one dimension. | ||
+ | </pre> | ||
+ | |||
+ | == Cause == | ||
You have passed a single value as a parameter to a function that expects it to be a Vector(1-D) or an Array. | You have passed a single value as a parameter to a function that expects it to be a Vector(1-D) or an Array. | ||
− | = Remedies = | + | == Remedies == |
Please take a look at the documentation of the function and correct the parameter passed to the function to be an Array instead. | Please take a look at the documentation of the function and correct the parameter passed to the function to be an Array instead. | ||
− | + | ==See Also== | |
+ | * [[Function calls and parameters]] | ||
+ | * [[Function Parameter Qualifiers]] | ||
+ | * [[Tutorial: Arrays]] | ||
+ | * [[Arrays and Indexes]] | ||
+ | * [[Argmin]] | ||
+ | * [[Subset]] |
Latest revision as of 19:12, 28 April 2016
Error message examples
In call to function Argmin, the first parameter, vector parameter «R» must have at least one dimension. In call to function Subset, the first parameter, vector parameter «D» must have at least one dimension.
Cause
You have passed a single value as a parameter to a function that expects it to be a Vector(1-D) or an Array.
Remedies
Please take a look at the documentation of the function and correct the parameter passed to the function to be an Array instead.
See Also
Comments
Enable comment auto-refresher