The attributes listed on this page are specific to FCN objects. In addition to these, FCN attributes also have all of the imat_fn attributes.
This attribute is NOT USED.
Cell array of strings containing a list of child functions.
String containing the filename from which the function was imported.
A string specifying the interpolation type. This is stored as a numeric equivalent in the IMAT_FN UserValue4 property.
Numeric Identifier | Data Type |
0 | 'LinLin' |
1 | 'LinLog' |
2 | 'LogLin' |
3 | 'LogLog' |
String containing the function name.
Cell array of strings containing a list of parent functions. These are the functions that were used to generate the current function. For example, if two functions were added together, both of these functions will be listed as parents of the resulting function. The string is a combination of function Filename and UID separated by the pipe character (|).
A numeric value containing the Q value used in Response Spectrum analysis for this function. It is stored in the IMAT_FN UserValue3 property.
Read-only attribute. A 64-bit integer containing a unique identifier. The UID must be unique for all functions in a given variable. The FCN methods ensure that this is always true.