Rank: 466 based on 708 downloads (last 30 days) and 5 files submitted
photo

Anthony Kendall

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Anthony View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Dec 2008 Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some Author: Anthony Kendall path, directories, files, addpath 261 8
  • 4.0
4.0 | 6 ratings
29 Sep 2008 Generalized Objective Function Allows any MATLAB function to easily be optimized Author: Anthony Kendall optimizatio..., objective, function, generalized 206 4
  • 3.0
3.0 | 2 ratings
19 Mar 2008 Weighted Means Calculates the weighted geometric, arithmetic, or harmonic means of input vectors. Author: Anthony Kendall weighted me... 43 0
18 Jan 2008 Date to Decimal Day of Year Convert a vector of MATLAB serial dates to decimal days since the start of the year. Author: Anthony Kendall clock, fun, date day of... 149 2
  • 2.0
2.0 | 1 rating
10 Jan 2008 Unit Conversion A simple unit conversion function that is easily extended. Author: Anthony Kendall unit conver... 49 0
  • 2.5
2.5 | 2 ratings
Comments and Ratings by Anthony View all
Updated File Comments Rating
04 Dec 2008 MATLAB R-link Functions for calling the statistical package R from within MATLAB. Author: Robert Henson Very handy and lightweight set of functions. Thank you! To answer some questions: 1) actxserver is a MATLAB function found only in Windows 2) make sure you install the R-(D)COM interface, paying attention to the instructions about setting your R_HOME and PATH variables in the environment variables for your system. I received this same error, but once I restarted my machine and set the paths (and restarted MATLAB) it worked just fine.
05 Nov 2008 Read DBF files DBFREAD reads numeric, float, character and date data and field names from a .DBF file. Author: Brian Madsen Works very well!
Comments and Ratings on Anthony's Files View all
Updated File Comment by Comments Rating
25 Nov 2008 Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some Author: Anthony Kendall Sven You can avoid the first bug I mentioned above by adding the following at line 59: currDir = currDir([currDir.isdir]); Oh, and I just checked in genpath, and see that IT uses recursive calls to 'dir'. Therefore my second suggestion doesn't actually avoid these multiple calls!
25 Nov 2008 Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some Author: Anthony Kendall Sven Thank you for this very useful function. I have two main comments: 1. I think that there's a bug that causes the function to crash if a file without ANY extension is in a directory. For example, some people submit file exchange packages that include a file called "README". Your function fails on this case (at the moment). 2. I haven't checked yet, but perhaps this could be rewritten without using recursive functions. I think that if you simply use genpath to get a list of directories, you could then filter this list all in one go. This may be a little faster. Nice function!
25 Nov 2008 Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some Author: Anthony Kendall Dalon, Thierry Be aware: you are using assert function. This is not available in R14 or previous! Moreover I am not sure if assert exit the function...
25 Nov 2008 Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some Author: Anthony Kendall Dalon, Thierry it is not possible to change a rating in this new FX...sorry for the previous rating. I think now it is a very useful file. Thanks for updating! One last suggestion: I would consider a default ignore value possible in the script. For example, if no ignore input argument use ignore = {'.svn'}, editable by the user so that users can simply call your file without passing always an ignore option if they have a predilected default value.
25 Nov 2008 Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some Author: Anthony Kendall Dalon, Thierry
Top Tags Applied by Anthony
addpath, clock, date day of year, directories, directory
Files Tagged by Anthony View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Dec 2008 Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some Author: Anthony Kendall path, directories, files, addpath 261 8
  • 4.0
4.0 | 6 ratings
29 Sep 2008 Generalized Objective Function Allows any MATLAB function to easily be optimized Author: Anthony Kendall optimizatio..., objective, function, generalized 206 4
  • 3.0
3.0 | 2 ratings
19 Mar 2008 Weighted Means Calculates the weighted geometric, arithmetic, or harmonic means of input vectors. Author: Anthony Kendall weighted me... 43 0
18 Jan 2008 Date to Decimal Day of Year Convert a vector of MATLAB serial dates to decimal days since the start of the year. Author: Anthony Kendall clock, fun, date day of... 149 2
  • 2.0
2.0 | 1 rating
10 Jan 2008 Unit Conversion A simple unit conversion function that is easily extended. Author: Anthony Kendall unit conver... 49 0
  • 2.5
2.5 | 2 ratings

Public Submission Policy

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.

Contact us at files@mathworks.com