ContentsIndexReferenceHome
PreviousUpNext
ExtractBaseModel
MATLAB
BaseModel = ExtractBaseModel(ModelEval)
Description

Extract the base model from the model evaluation from an Atm structure. Removes the outer-most wrapper function, i.e. AverageAtm, BoundaryAtm, or TerrainAtm. This function is not recursive.

Parameters
Parameters 
Description 
ModelEval [cell] 
Full model evaluation as from an Atm structure 
Return Values
Return Values 
Description 
BaseModel [cell] 
Base model evaluation 
Examples

>> Atm = AtmStruct(1230,5000,5000,10,'Cn2','TerrainAtm',1200,'HV57') 

>> BaseModel = ExtractBaseModel(Atm.Cn2Eval) 

  • Extract the base turbulence model
>> Atm2 = ChangeAtm(Atm,'Cn2',ExtractBaseModel(Atm.Cn2Eval)) 

  • Create a new Atm structure using the base model of an existing Atm structure
 

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