ContentsIndexReferenceHome
PreviousUpNext
ScreenECF
MATLAB
R = ScreenECF(x,G);
R = ScreenECF(Atm,[G])
Description

Returns position vectors in earth-centered fixed (ECF) coordinates of specific locations along a path between a platform and a target.

Parameters
Parameters 
Description 
x [vector] 
Normalized screen locations or number of screens 
Atm [struct] 
A discrete atmospheric structure as from AtmStruct. If Atm includes the platform and target locations in Atm.LatLong, G is not required. 
G [struct] 
Structure or array of structures from GeomStruct
Return Values
Return Values 
Description 
R [array] 
Screen locations in ECF coordinates. If G is an array of geometry structures, the output will be a cell array where R{ii} contains the screen locations for G(ii). 
Examples

>> G = GeomStruct; Atm = AtmStruct; 

>> R = ScreenECF(Atm.z/Atm.L,G) 

  • Return screen locations along the path
 

See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!