sym_deleteConstrs This routine is used to delete rows from the original constraint matrix. Calling Sequence sym_deleteConstrs(indices) Description Arguments indices An array indicating the indices of the rows to be deleted. Return value Returns 0 if the constraints specified in the indices are deleted successfully and 0 if it returns corresponding to an error value. Examples status=sym_deleteConstrs([1,2]) Authors Iswarya Hariharan