Skip to content

ndi.database.fun.openMINDSobj2struct

  OPENMINDSOBJ2STRUCT - convert an openMINDS object to a Matlab structure for creating an NDI document

  S = ndi.database.fun.openMINDSobj2struct(OPENMINDSOBJ)

  Given a cell array of openminds objects, returns a set of Matlab structures for each object.

  Requires:  https://github.com/openMetadataInitiative/openMINDS_MATLAB

  Example:
   p = personWithTwoAffiliations();
   s = ndi.database.fun.openMINDSobj2struct(p);