Last change

11/2/14: Updated ReadArg to allow specifying possible inputs, e.g. if a vector of numbers below 10 should be given on the command line.

Latest version: oxutils.zip. See also change log.

OxUtils

In the course of the several years, it became convenient for me to have some routines at hand which execute common tasks in Ox for me. Creating graphs, tables, checking the time a program lasts, or also the profiling of a program to find out where all the time was spent, became tasks for which I created libraries or simple include-files.

The graphics routines are combined into the package GnuDraw, with a description in separate pages.

The OxUtils package contains the following routines:

The use of these routines is most easily appreciated by reading through the page with examples, or checking out the manual and the example ox-files mentioned there.

Installation instructions

To install the package,

Oxutils change log

Below a list of the changes in Oxutils. The latest version is available as oxutils.zip.

11/2/14
Updated ReadArg to allow specifying possible inputs, e.g. if a vector of numbers below 10 should be given on the command line.
30/7/13
Updated ReadArg to react more logically to its arguments; return value now indicates number of elements correctly read, or a TRUE if a boolean was found.
4/1/13
Corrected small bug in printtex concerning missings in the first column of a matrix.
3/3/12
Simplified example files, got rid of a small bug in printcsv.
2/5/08
Tiny change in ReadArg()when reading a boolean.
11/2/08
Finetuned printing strings in printtex().
3/10/06
Added option to ReadArg() to read an array of strings.
12/9/06
Updated the manual on TrackTime().
9/5/06
Introduced ReadArgUsed() to get an overview of the commandline arguments read in your program.
10/10/2005
Added fprinttex, generalised the ReadArg command, and added the loadtab/ savetab commands.
02/02/2005
Added support for printing parentheses in format string, see example in extable.ox
05/01/2005
Added internal references to acfisq, and included it in the reference.