ContentsIndexReferenceHome
PreviousUpNext
mergeLEEDRAtmos
MATLAB
LEEDROut = mergeLEEDRAtmos(LEEDRIn)
Description

Combines a LEEDR output structure with the LEEDRAtmosphere data in the workspace application data and places the result in the application data for the workspace. Will only combine the structures if the fields in "Inputs" have identical values other than the Wavelength. If the input data does not match the current LEEDR data, current LEEDR data will be replaced.

Parameters
Parameters 
Description 
LEEDRIn [various] 
Output structure from LEEDR, or a list of filenames with stored LEEDR data, or a combination of structures and filenames. NOTE: Currently ALL LEEDR Inputs structures other than the Wavelength field must be equal 
Return Values
Return Values 
Description 
LEEDROut [struct] 
Result of the merge. 
Examples

>> LEEDROut = mergeLEEDRAtmos(leedrOutput) 

  • Merge output from LEEDR with the current Matlab application data. Output will be the merged LEEDR data if only wavelength is different. Merged LEEDR data will be added to the app data.
>> LEEDROut = mergeLEEDRAtmos('file1.mat','file2.mat') 

  • Merge LEEDR data from different files and put into the Matlab application data.
>> LEEDROut = mergeLEEDRAtmos({'file1.mat' leedrOutput}) 

  • Merge data from a file and from a LEEDR output structure
 

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