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