sym_getVarUpper
To get the upper bounds of the variables.
Calling Sequence
sym_getVarUpper()
Description
This routine is used to get the upper bounds of the variables.
If there was an error it prints to Scilab console.
Arguments
This function takes no arguments
Return value
It returns a row vector of upper bounds of the variables.
Examples
ans=sym_getVarUpper()
Authors
Sai Kiran Naragam