irec=0; % ---------------------------- Load papers db % Update path to PDF file db_pobex=web_db_load('../web_db_papers/pobex_papers.txt'); % Combine database and keep pobex for i=1:length(db_pobex) irec=irec+1; db_all(irec)=db_pobex(i); end % Update path to PDF file db_edl=web_db_load('../web_db_papers/edl_papers.txt'); % Combine database and keep pobex for i=1:length(db_edl) irec=irec+1; db_all(irec)=db_edl(i); end db=db_all; clear db_pobex db_edl db_all for irec=1:length(db); div=[' '' '];