Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibConcatenateStructures.m File Reference

update fields of primaryStruct using the fields of secondaryStruct More...

Functions

function primaryStruct = mibConcatenateStructures (primaryStruct, secondaryStruct)
 update fields of primaryStruct using the fields of secondaryStruct
 

Detailed Description

update fields of primaryStruct using the fields of secondaryStruct

Function Documentation

◆ mibConcatenateStructures()

function primaryStruct = mibConcatenateStructures ( primaryStruct,
secondaryStruct )

update fields of primaryStruct using the fields of secondaryStruct

Return value
primaryStruct: updated primary structure
Parameters
primaryStructprimary structure that should be updates
secondaryStructsecondary structure that should be concatenated into the primary structure

Examples:

obj.mibModel.preferences = mibConcatenateStructures(obj.mibModel.preferences, mib_pars.preferences); //updates fields of obj.mibModel.preferences with fields from mib_pars.preferences
function primaryStruct = mibConcatenateStructures(primaryStruct, secondaryStruct)
update fields of primaryStruct using the fields of secondaryStruct
Definition mibConcatenateStructures.m:17

References mibConcatenateStructures().

Referenced by mibController.getDefaultParameters(), mibDeepController.loadConfig(), mibConcatenateStructures(), and mibDeepController.selectNetwork().

Here is the call graph for this function:
Here is the caller graph for this function: