<< CL_covDraw Utilities CL_defParam >>

CelestLab >> Utilities > CL_dataGet

CL_dataGet

Retrieve the value of CelestLab predefined data

Calling Sequence

[val] = CL_dataGet([name])

Description

Parameters

name:

(optional, string) Data name (1x1)

val:

Value of the field (can be a structure or a matrix of any size)

Authors

See also

Examples

muSun = CL_dataGet("body.Sun.mu");
au = CL_dataGet("au");
body = CL_dataGet("body");

// Retrieve CelestLab's whole data structure:
s = CL_dataGet();

Report an issue
<< CL_covDraw Utilities CL_defParam >>