No BSD License
function indexList = filterByAuthor(d, authorName) author = {d.author}; indexList = strmatch(authorName,author);
Contact us