Documentation of fieldnames_parts

Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)

Function Synopsis

[FieldNameParts] = fieldnames_parts(FieldNameFull)

Help text

 Decompose long/full fieldnames into their parts

 This function decomposes the full structure fieldname into its parts.
 The partial strings are returned in a cell array.

 Syntax:  [FieldNameParts] = fieldnames_parts(FieldNameFull)

 Input parameters:
    FieldNameFull - String containing one full structure fieldname
                    (mostly created by fieldnames_full)

 Output parameter:
    FieldNameParts - cell array of strings containing the parts of the full 
                     structure fieldnames

 Example:
 % Get the partial field names from the full fieldname
 >> FieldNameParts = fieldnames_parts('SecondField.Deeper.Really')
 >> FieldNameParts = 
     'SecondField'    'Deeper'    'Really'

 See also: paraoptset, paraoptsave, paraoptload, fieldnames_full

Cross-Reference Information

This function is called by
GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

This document is part of version 3.8 of the GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab - www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is not public domain.
© 1994-2006 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).