From d5a0869a7d1482b67f3fd42805948ee30a05eb1e Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 4 Feb 2016 15:36:02 +0530 Subject: Source files --- help/en_US/scilab_en_US_help/sym_getNumVar.html | 82 ------------------------- 1 file changed, 82 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/sym_getNumVar.html (limited to 'help/en_US/scilab_en_US_help/sym_getNumVar.html') diff --git a/help/en_US/scilab_en_US_help/sym_getNumVar.html b/help/en_US/scilab_en_US_help/sym_getNumVar.html deleted file mode 100644 index f5ba3f6..0000000 --- a/help/en_US/scilab_en_US_help/sym_getNumVar.html +++ /dev/null @@ -1,82 +0,0 @@ - - - sym_getNumVar - - - -
- - - - -
- << sym_getNumElements - - - Symphony Native Functions - - - sym_getObjCoeff >> - -
-
-
- - - - FOSSEE Optimization Toolbox >> FOSSEE Optimization Toolbox > Symphony Native Functions > sym_getNumVar - -

-

sym_getNumVar

-

To get the number of the variables of the current problem.

- -

Calling Sequence

-
sym_getNumVar()
- -

Description

- -

This routine is used to get the number of the variables of the current problem.

- -

Arguments

- -

This function takes no arguments

- -

Return value

- -

If there was an error it prints error message to Scilab console and returns -1, else it returns a number ( >=0 ) as number of variables.

- -

Examples

- -
ans=sym_getNumVar()
- -

Authors

- -
-
- -
- - - - - - -
Report an issue
- << sym_getNumElements - - - Symphony Native Functions - - - sym_getObjCoeff >> - -
-
-
- - -- cgit