No BSD License  

Highlights from
Finding the Similar Entries: A Quantitative Approach based on CPU Runtime Behavior

image thumbnail
filterByAuthor(d, authorName)
function indexList = filterByAuthor(d, authorName)
author = {d.author};
indexList = strmatch(authorName,author);

Contact us