Procedures

ProcedureLocationProcedure TypeDescription
cistrcmpFU_StringsFunction

Case-independent string comparison.

Read more…
correlationFU_StatisticsInterface

Calculates the correlation coefficient between two variables.

Read more…
count_digits_integerFU_NumbersInterface

Counts the number of digits of an integer.

Read more…
covarianceFU_StatisticsInterface

Calculates the sample covariance between two variables.

Read more…
cpFU_FilesFunction

Copies a file or directory.

Read more…
endsWithFU_StringsFunction

Checks if a string ends with a given substring.

Read more…
eqFU_NumbersInterface

Tests two real numbers for equality.

Read more…
existsFU_FilesFunction

Checks if a file or directory exists.

Read more…
expregFU_StatisticsInterface

Performs exponential regression between two sets of values.

Read more…
extensionFU_FilesFunction

Determines the extension of a file.

Read more…
filenameFU_FilesFunction

Determines the full filename given a path.

Read more…
gmeanFU_StatisticsInterface

Calculates the geometric mean.

Read more…
int2str0FU_StringsInterface

Converts an integer into a string filling with leading zeros.

Read more…
IntervalTimeFU_TimingInterface

Gets the time in seconds since the last measurement.

Read more…
is_directoryFU_FilesFunction

Checks if a directory exists.

Read more…
is_emptyFU_FilesFunction

Checks if a file is empty.

Read more…
is_infFU_NumbersInterface

Determines if the value of the input variable is Infinity.

Read more…
is_nanFU_NumbersInterface

Determines if the value of the input variable is NaN.

Read more…
is_orderedFU_ArraysInterface

Checks if an array is ascending ordered.

Read more…
is_path_absoluteFU_FilesFunction

Determines if a path is absolute or not

Read more…
is_path_relativeFU_FilesFunction

Determines if a path is relative or not

Read more…
is_regular_fileFU_FilesFunction

Checks if a regular file exists and it is not a directory, etc.

Read more…
lin_error_propagationFU_StatisticsInterface

Performs linear error (or uncertainties) propagation.

Read more…
lin_interpFU_InterpolationInterface

Performs linear interpolation.

Read more…
linregFU_StatisticsInterface

Performs linear regression between two sets of values.

Read more…
logregFU_StatisticsInterface

Performs logarithmic regression between two sets of values.

Read more…
lowerFU_StringsFunction

Converts a string to lowercase characters.

Read more…
meanFU_StatisticsInterface

Calculates the mean value.

Read more…
medianFU_StatisticsInterface

Calculates the median value.

Read more…
mergeCharsFU_StringsFunction

Merge characters in a string if they are contiguous.

Read more…
mkdirFU_FilesFunction

Creates a directory.

Read more…
mvFU_FilesFunction

Moves or renames a file or directory.

Read more…
neFU_NumbersInterface

Tests two real numbers for inequality.

Read more…
num2strFU_StringsInterface

Converts number into a string.

Read more…
parent_pathFU_FilesFunction

Determines the path to the parent directory given the path to a file.

Read more…
pcovarianceFU_StatisticsInterface

Calculates the population covariance between two variables.

Read more…
potregFU_StatisticsInterface

Performs potential regression between two sets of values.

Read more…
pskewnessFU_StatisticsInterface

Calculates the population skewness of a set of values.

Read more…
pstdevFU_StatisticsInterface

Calculates the population standard deviation.

Read more…
pvarianceFU_StatisticsInterface

Calculates the population variance.

Read more…
readMatrixFU_FilesInterface

Reads a matrix from a file.

Read more…
remove_filenameFU_FilesFunction

Removes the filename from a path.

Read more…
replaceFU_StringsFunction

Searches and replaces a substring in a string

Read more…
replace_extensionFU_FilesFunction

Changes the extension of a filename.

Read more…
replace_filenameFU_FilesFunction

Changes the filename of a path (keeping the path).

Read more…
ResetTotalTimeFU_TimingSubroutine

Sets the starting point to count the total time.

Read more…
rmFU_FilesFunction

Removes a file or directory.

Read more…
skewnessFU_StatisticsInterface

Calculates the sample skewness of a set of values.

Read more…
splitstrFU_StringsInterface

Splits a string.

Read more…
startsWithFU_StringsFunction

Checks if a string starts with a given substring.

Read more…
stdevFU_StatisticsInterface

Calculates the sample standard deviation.

Read more…
stemFU_FilesFunction

Determines the filename without the path and without the final extension given a path.

Read more…
str2numFU_StringsInterface

Converts a string into an integer or real.

Read more…
TotalTimeFU_TimingInterface

Gets the time in seconds since the beginning of the program or since the last time resetTotalTime is executed.

Read more…
upperFU_StringsFunction

Converts a string to uppercase characters.

Read more…
varianceFU_StatisticsInterface

Calculates the sample variance.

Read more…
writeMatrixFU_FilesInterface

Writes a matrix to a file.

Read more…
zfillFU_StringsInterface

Adds zeros at the beginning of a string.

Read more…