struct_assign_loose.m File Reference

Makes sure that mis-matching field names and order do not screw up a struct array. Useful for loading YAML files. More...

Functions

function list = struct_assign_loose (list, elem, index)
 Makes sure that mis-matching field names and order do not screw up a struct array. Useful for loading YAML files. More...
 

Detailed Description

Makes sure that mis-matching field names and order do not screw up a struct array. Useful for loading YAML files.

Function Documentation

◆ struct_assign_loose()

function list = struct_assign_loose (   list,
  elem,
  index 
)

Makes sure that mis-matching field names and order do not screw up a struct array. Useful for loading YAML files.