Command:

getNumSobolIndexes (  
int value
)

What:

Retrieves the number of available indices for use with the getSobolEveryOrder and getSobolEveryOrderClosed commands

Parameters:

value
[integer]
the number of available indices. It is not necessary in Matlab, the result will be passed in the system variable ans

Warning:

This command works in combination with setMethodSobolCustomOrder


Return:

error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred


Examples:

ind_num = getNumSobolIndexes

this command in Matlab retrieves in the variable ind_num the number of available indices

All SA Commands: