general

General tools for Octave.

Select category:

Dictionaries

@dict/dict
Creates a dictionary object with given keys and values.
@dict/display
Overloaded display for dictionaries.
@dict/get
Queries for the values of specified key(s).
@dict/has
Check whether the dictionary contains specified key(s).
@dict/isempty
Returns true if the dictionary is empty.
@dict/join
Merges two given dictionaries.
@dict/length
Returns the number of key/value pairs.
@dict/struct
Converts the dict object to a structure, if possible.
@dict/subsasgn
Overloaded subsasgn for dictionaries.
@dict/subsref
Overloaded subsref for dictionaries.

Various Functions

adresamp2
Perform an adaptive resampling of a planar curve.
cauchy
Return the Taylor coefficients and numerical differentiation of a function.
majle
(Weak) Majorization check
mark_for_deletion
Put filenames in the list of files to be deleted when octave terminates.
packfields
Create struct from variables.
safeprod
This function forms product(s) of elements of the array X along the dimension specified by DIM, analogically to ‘prod’, but avoids overflows and underflows if possible.
SHA1
SHA1 implements the Secure Hash Algorithm Cryptographic Hashing (One-Way) function. (FIPS PUB 180-1)
tablify
Create a table out of the input arguments, if possible.
unpackfields
Create variables from fields of a struct.
unresamp2
Perform a uniform resampling of a planar curve.
unvech
Performs the reverse of ‘vech’ on the vector V.
ztvals
Replaces tiny elements of the vector X by zeros.

Package: general