Rank: 5133 based on 2 downloads (last 30 days) and 1 file submitted
photo

Alexander Taylor

E-mail
Company/University
Oxford University

Personal Profile:

http://users.ox.ac.uk/~kebl3336/

Professional Interests:
econometrics, hedge funds

 

Watch this Author's files

 

Files Posted by Alexander
Updated   File Tags Downloads
(last 30 days)
Comments Rating
31 Jul 2009 exciseRows A helper function. Removes all rows with NaNs. Author: Alexander Taylor helper function, toolkit 2 1
Comments and Ratings on Alexander's Files
Updated File Comment by Comments Rating
01 Aug 2009 exciseRows A helper function. Removes all rows with NaNs. Author: Alexander Taylor us

no need to introduce a different output arg...
simply do this

function mat=exciseRows(mat)
     mat(any(isnan(mat),2),:)=[];
end

two more things
- the help section does not yet live up to standards...
- there are no sanity checks...

us

Top Tags Applied by Alexander
helper function, toolkit
Files Tagged by Alexander
Updated   File Tags Downloads
(last 30 days)
Comments Rating
31 Jul 2009 exciseRows A helper function. Removes all rows with NaNs. Author: Alexander Taylor helper function, toolkit 2 1

Contact us at files@mathworks.com