ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

Provide a way to detect if two versions of an object are identical. #162

Open mtillman14 opened 1 year ago

mtillman14 commented 1 year ago

Like an "isequal" method for each object type. This would compare metadata such as which function(s) each object instance are generated from, which trials their data already exist in, the specify trials, etc. Maybe even data values? Though if the metadata are identical then the values should be identical too!