Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 352 Bytes

File metadata and controls

13 lines (11 loc) · 352 Bytes
title copyfields
 COPYFIELDS copies a selection of the fields from one structure to another

 Use as
   b = copyfields(a, b, fields);
 which copies the specified fields over from structure a to structure b. Fields that
 are specified but not present will be silently ignored.

 See also KEEPFIELDS, REMOVEFIELDS, RENAMEFIELDS