UniPlot
Contents
- News
- FAQ
- UniPlot Manual
- UniPlot Reference
- UniScript Manual
- UniScript Functions Overview
- UniScript Functions
- Addins
- Technical Article
- Application Limits
- Processing Large Data Files
- The Data Browser
- The Data Browser Window
- Insert Datasets into a Template
- Filter Functions for XY datasets
- Formula Interpreter 1 - Introduction
- An Example
- The Add Formula Channel Dialog Box
- Defining Formulas
- Functions in Formulas
- abs(c)
- atan(c)
- log(c)
- log10(c)
- cos(c)
- tan(c)
- counter()
- exp(c)
- int(c)
- get_val_at(c, i)
- len(c)
- max(c)
- max(c1, c2)
- max(c1, r)
- min(c)
- min(c1, c2)
- min(c1, r)
- mean(c)
- pow(c, n)
- rand()
- replace_missings(c1, c2)
- replace_missings(c1, value)
- sin(c)
- sqrt(c)
- srand(r)
- sum(c)
- cumsum(c)
- if_than_else(expr, than_exp, else_exp)
- compare_less(c1, c2)
- compare_lessequal(c1, c2)
- compare_notequal(c1, c2)
- compare_equal(c1, c2)
- compare_greater(c1, c2)
- compare_greaterequal(c1, c2)
- and(c1, c2)
- or(c1, c2)
- not(c)
- between(c, lower, upper)
- PT1(rvT, rvY, T_const)
- section_points(time, c, Threshold, min_section_len_time)
- smooth(c, width)
- smooth_time(c, TimeChannel, TimeWindow)
- smooth_median(c, nNeighbor)
- bit(c, nBit)
- derivative(x, y)
- integral(x, y)
- exclude(c, minval, maxval)
- Channels with Missing Values
- Formula Import from an Excel Workbook
- Formula Interpreter 2 - Creating a formula table
- Formula Interpreter 3 - Creating Script Formulas
- UniPlot’s Use of the Windows Registry
- Report Templates
- SQLite (SQL)
- Creation of a Diagram Template
- UniPlot-Tools
- UniPlot:3DView
- UniScript as a Stand-Alone Program
- UniPlot 64-Bit
- UniScript R2011
- The File List Window
- netCDF-SDK