Navigation

Operators and Keywords

Function List:

C++ API

vibes

The VIBes API allows one to easily display results (boxes, pavings) from interval methods. VIBes consists in two parts: (1) the VIBes application that features viewing, annotating and exporting figures, and (2) the VIBes API that enables your program to communicate with the viewer in order to draw figures. This package integrates the VIBes API into Octave. The VIBes application is required for operation and must be installed seperately. Data types from third-party interval arithmetic libraries for Octave are also supported.

Select category:

Connection - Starting and ending VIBes

vibes.beginDrawing
Connect to the VIBes viewer to send data for plotting.
vibes.endDrawing
Disconnect from the VIBes viewer.

Figure and view management

vibes.newFigure
Create a new figure named NAME.
vibes.axisAuto
Reset the view box to automatic mode in the VIBes viewer.
vibes.axisLabels
Set axis labels for the current VIBes figure.

Drawing and editing functions

vibes.drawBox
Plot a single box with pairs of lower bounds and upper bounds.
vibes.drawLine
Plot a line with coordinate points given as rows of a matrix.

Package: vibes