| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 04 Nov 2009 | Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some | Kendall, Anthony | Thanks Jim! I made that change for compatibility with Macs. Also, based on your first comment back in October I increased the speed of the code by a factor of 3 in a moderate-sized directory tree. |
|
| 28 Apr 2009 | Date to Decimal Day of Year Convert a vector of MATLAB serial dates to decimal days since the start of the year. | Kendall, Anthony | Ashley,
|
|
| 21 Mar 2009 | Determine and count unique values of an array Very fast function to determine and count unique values of numeric, logical, char, cell arrays. | Kendall, Anthony | Bruno,
I ran your example on the unmodified code, and got results similar to yours. Now, on the modified code (without specifying the 'float' option, which does not use accumarray), the run times are both trivial in your example. The change increased run times for large array integer values slightly, and the description above is modified to reflect that. Thanks again. |
|
| 19 Mar 2009 | Solar Azimuth and Elevation Estimation Predict the topocentric solar position defined by geodetic lat, lon, Alt, and a universal time | Kendall, Anthony | Excellent function, it's fast, compact, and easily modified for my particular needs. Thank you very much! BTW, I compared it with sun position tables, (http://www.srrb.noaa.gov/highlights/sunrise/azel.html) and it does very well. |
|
| 18 Mar 2009 | Determine and count unique values of an array Very fast function to determine and count unique values of numeric, logical, char, cell arrays. | Kendall, Anthony | John,
Thanks for your comments. |
|
| 08 Feb 2009 | waitbar with time estimation Estimated remaining, elapsed time, and percentage complete. | Kendall, Anthony | Very nice, though there is one bug that shows up in the provided example: the message is overwritten with the graphics handle A fix I used is:
And, in the subfunction updatewaitbar:
Otherwise, it works great and is a complete drop-in replacement for waitbar. Thanks! |
|
| 04 Dec 2008 | MATLAB R-link Functions for calling the statistical package R from within MATLAB. | Kendall, Anthony | Very handy and lightweight set of functions. Thank you! To answer some questions:
|
|
| 05 Nov 2008 | Read DBF files DBFREAD reads numeric, float, character and date data and field names from a .DBF file. | Kendall, Anthony | Works very well! |
|
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 Terms prior to use.
Contact us at files@mathworks.com