<< CL_unitConvert Utilities DEPRECATED >>

CelestLab >> Utilities > CL_version

CL_version

CelestLab version

Calling Sequence

[cl_ver, cl_dat] = CL_version([opt])

Description

Parameters

opt:

(string, optional) Type of output: "cl", "str" or "num". Default is "cl". (1x1)

cl_ver:

(string or integer) CelestLab version (1x1 or 1x4)

cl_dat:

(string) CelestLab release date (1x1)

Authors

Examples

// Version as a string
CL_version()
CL_version("str")

// Version as 4 numbers
CL_version("num")

Report an issue
<< CL_unitConvert Utilities DEPRECATED >>