ContentsIndexReferenceHome
PreviousUpNext
buildLEEDRAtmos
MATLAB
LEEDROut = buildLEEDRAtmos(inputs)
Description

Generates LEEDR model data for use with the function LEEDRAtmos. Requires p-code or m-code version of LEEDR available from the Air Force Institute of Technology. Creates an entry in the workspace application data for use by LEEDRAtmos - use getappdata(0,'LEEDRAtmosphere') to view the data generated.

Parameters
Parameters 
Description 
inputs [various] 
Can be an input structure generated from the LEEDR GUI followed by a comma-separated list of parameters and values to change, or a comma-separated list of parameter names and parameter values to change from the current (from app data) or default settings. 
Return Values
Return Values 
Description 
LEEDROut [struct] 
Output structure from LEEDR. 
Examples

  • LEEDROut = buildLEEDRAtmos('currentLat',39.83,'currentLon',-84.05)

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