<< CL_stat Math CL_stumpS >>

CelestLab >> Math > CL_stumpC

CL_stumpC

Stumpff function C(z)

Calling Sequence

c = CL_stumpC(z)

Description

Parameters

z:

input argument (1xN)

c:

value of C(z) (1xN)

Authors

Bibliography

See also

Examples

z=0:1:500;
c=CL_stumpC(z);
plot(z,c);
a=gca();
a.data_bounds(4)=0.04;

Report an issue
<< CL_stat Math CL_stumpS >>