Retrieve the value of CelestLab predefined data
[val] = CL_dataGet([name])
Retrieves the value of CelestLab predefined data.
The names of the data that can be retrieved can be found in the data files accessible through CelestLab menu "Data files (predefined variables)"
Notes:
- The data files (*.scd) are located in the folder: CL_home()/data/
- Any field is accessible: CL_dataGet("body") returns the whole "body" structure, CL_dataGet("body.Sun.mu") returns only the value of the field "body.Sun.mu"
- CL_dataGet() returns CelestLab's whole structure of data.
(optional, string) Data name (1x1)
Value of the field (can be a structure or a matrix of any size)
CNES - DCT/SB