Hereโs a really useful function that I wrote to detect if a given structure already exists within a list of structures. The gist of the function is that it converts structs to cell matrices of strings and uses the beautiful ismember() function (the version acting on cells of strings) to determine if the โentityโ exists...
Read More