Specify the path to the example signals included with MATLAB®. Create a signal datastore that points to the specified folder and use the extractAfter function to extract the names of the files in the datastore.
Shuffle the files to create a new datastore containing the same files in random order. Use the extractAfter function to extract the names of the files in the shuffled datastore.
A deep copy refers to a copy in which all levels
of data are copied. For example, a deep copy of a structure copies each field and the
contents of each field, if any.