| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 13 Nov 2009 | mtit: a pedestrian major title creator MTIT creates a major title in a figure with many axes | us | this happens by design:
us |
|
| 07 Nov 2009 | MATLAB Contest - Flooding All the files needed to develop and score an entry for the MATLABĀ® Programming Contest. | us | just a very marginal note:
function mc=getComplexity(filename)
us |
|
| 24 Oct 2009 | finding_ensemble_parameters_of_random_signal_in_a_communication_channel Find ensemble parameters of random signal in a communication channel. | us | in addition to <jan>'s already thorough review:
us |
|
| 21 Oct 2009 | Quick routine to plot RGB overlay of three images plotRGB allows quick plotting of an overlay of three grayscale images | us | ...min(min(X)) would be a faster as min(X(:))... not quite % ic2/2*2.6ghz/2gb/winxp.sp3/r2009b
for smaller xes, its even faster...
|
|
| 31 Aug 2009 | unique_no_sort_rows find unique rows of a matrix without resorting the rows | us | does not work on matrices M x N with N > 2,
us |
|
| 29 Aug 2009 | BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. | us | an excellent and exceptionally well commented image processing demo by a seasoned ML user and senior CSSM citizen... a few changes i'd make:
just a few thoughts
|
|
| 19 Aug 2009 | MATLAB rooms KMN Color simulation of the neural instants physicity. | us | yes, the big number of rows, eg function KMN % MIB & ColorWeight2
could be simplified into ...
with a more recent version of ML (if i'm not mistaken: starting with 2008b) us |
|
| 19 Aug 2009 | ColorWeight (double version) The color weight without weight. | us | when we run your nice colorweight2 using lena.jpg as an input with parameters to select a row of time in seconds (1-30100): 12
we get this result point of half: clock verse dynamic solution without weight
however, when we use our own algorhythm, we get
which is grossly different and now jeorpadizes our next submission to NEUROLOGY... please, clarify immediately as this is soon going to cause some real problems - if not havoc - for the scientific world... us |
|
| 19 Aug 2009 | MATLAB rooms KMN Color simulation of the neural instants physicity. | us | the syntax of some of your commands and the flow of your engine in general could be vastly improved if you upgrade your rather old ML version to a new one... us |
|
| 13 Aug 2009 | fdep: a pedestrian function dependencies finder FDEP dissects ML files and iteratively looks for all user defined functions used during runtime | us | hi dirk
|
|
| 12 Aug 2009 | Mixing / Combining 2 Images (Image Fusion) This program fuses/combines/mixes 2 images It supports both Gray & Color Images | us | how can this earn 5 stars(?)...
|
|
| 10 Aug 2009 | ds group contribution | us | a script, no help, no explanation, no comment, no choice of input, idiosyncratic and undecipherable values...
|
|
| 05 Aug 2009 | Simple Skin segmentation Simple matlab program for Skin segmentation | us | a script, no help, no explanation, no comment, no choice of input, idiosyncratic values...
|
|
| 01 Aug 2009 | exciseRows A helper function. Removes all rows with NaNs. | us | no need to introduce a different output arg...
function mat=exciseRows(mat)
two more things
us |
|
| 28 Jul 2009 | 35 Complete GUI Examples 35 working GUIs to read and learn. | us | this first class ML senior has offered an enormous amount of time to create this exhaustive suite of working and highly educational GUI examples to our community...
altogether, hats off not only to a ML cognoscente but also to a teacher who clearly seems to be fond of people 'doing' ML... us ps: matt, what about a small CONTENTS.M, which would be easier than the (nice) PDF you proved (just a pedestrian thought)... |
|
| 27 Jul 2009 | fdep: a pedestrian function dependencies finder FDEP dissects ML files and iteratively looks for all user defined functions used during runtime | us | jason yes, this is by design...
us |
|
| 26 Jul 2009 | SDF - Set the Figure Set the line width and fonts of a figure, as if using the File->Export setup in the figure menu | us | well done...
1) add an output arg, which returns the current STYLE struct...
all done in a split...
|
|
| 22 Jul 2009 | SDF - Set the Figure Set the line width and fonts of a figure, as if using the File->Export setup in the figure menu | us | it would be nice, if a user could also input the name of his/her style sheet:
function sdf(fig,snam)
just a thought...
|
|
| 22 Jul 2009 | largestMax The largest component of all vector and/or matrix inputs. | us | another way function r=gmax(varargin)
us |
|
| 22 Jul 2009 | smallestMin The smallest component of all vector and/or matrix inputs. | us | another way function r=gmin(varargin)
us |
|
| 02 Jul 2009 | Clean up context of anonymous function handles - bug #328733 This submission provides a workaround for MATLAB bug #328733. | us | note: since r2009a you can do this f1=@(x) mod(x,2);
- the private workspace issue is the same... us |
|
| 24 Jun 2009 | EXPAND Replicate and tile each element of an array. | us | just like jos, i also felt at first that this - admittedly sleek engine - was more or less a KRON clone; but then your timing convinced me that there was clearly more to it...
|
|
| 22 Jun 2009 | RGB triple of color name, version 2 Returns a Matlab RGB color specifier corresponding to a given color name (139 colors supported). | us | excellent in-depth help including many references...
|
|
| 19 Jun 2009 | geom3d Library to handle 3D geometric primitives: create, intersect, display, and make basic computations | us | it is too bad that this (apparently) full-fledged software package does not come with an appropriate and modern help/intro/example module called a published m-file... as of now, it is somewhat tedious for a naive user to have to wade through the help sections of the individual help files (or the densly written contents.m) - and it will (most likely) not give your package as much attention as it probably deserves... us |
|
| 19 Jun 2009 | Matrix to file Writes matrix to a file. Arguments: matrix and file-name | us | as was mentioned above, there is (at least) one FEX submission, which does this - with a lot of options... http://www.mathworks.com/matlabcentral/fileexchange/23840 us |
|
| 08 Jun 2009 | fdep: a pedestrian function dependencies finder FDEP dissects ML files and iteratively looks for all user defined functions used during runtime | us | with the latest version (08-Jun-2009 22:24:13/R14-R2009a), per isakson's error messages do not show anymore...
|
|
| 02 Jun 2009 | Sudoku This is a Sudoku game that is able to generate new games by itself. | us | useless without M-code... us |
|
| 02 Jun 2009 | ScreenCapture - get a screen-capture of a figure frame or component ScreenCapture gets a screen-capture of any Matlab GUI handle, or specified screen area rectangle | us | a very nice robot, which the FEX community has been looking for a long time...
% input
3) in principle, the robot itself can be used on any screen location; it would be nice - however, admittedly cumbersome - to add this feature us |
|
| 02 Jun 2009 | COMBINATOR -combinations AND permutations Returns 1 of 4 different samplings on the set 1:N, taken K at a time. | us | a very nice package/wrapper for a lot of the combinatorial problems almost daily asked for in the NG - or - as the name implies: a TERMINATOR for combiners... in particular:
us |
|
| 27 May 2009 | Wrap a long syms equations wraps a long syms equation so that it becomes more readable. | us | there should be a L1 line in the help section...
us |
|
| 21 May 2009 | cprintf: a pedestrian ND array formatting and display utility cprintf converts an ND array or ND cell array to a 2D character array and - optionally - a table | us | gordon,
|
|
| 19 May 2009 | rice labeling applying regionprops and label to label rice . | us | calls several functions from the image processing toolbox, which is NOT mentioned as a requirement... us |
|
| 19 May 2009 | BeadFluct v1.0 Monte-Carlo simulation to calculate position of micronsized particles in optical trap | us | calls RANDOM, a function of the statistics toolbox, which is NOT mentioned as a requirement... us |
|
| 19 May 2009 | class2str: creates an eval-able string containing Matlab code describing a variable Creates an eval-like string which represents a variable. Useful for saving data/INI configuration | us | nice and useful utility... given the release for which it was coded (r13) unfortunately, it does not (yet!) too well for more modern data types:
some of these (understandable) shortcomings should be mentioned in the help section...
|
|
| 18 May 2009 | cell2num.m convert a cell array to a double precision array | us | why do you submit another author's (unaltered?) code - just
http://www.mathworks.com/matlabcentral/fileexchange/24109 it would be more prudent to ask the author to submit it him/herself and then add it to the above... us |
|
| 15 May 2009 | Don't let that INV go past your eyes; to solve that system, FACTORIZE! A simple-to-use object-oriented method for solving linear systems and least-squares problems. | us | a truly professional and INValuable package written with a twinkle in the (author's) eye and a must look-at for people dealing with linear systems...
|
|
| 14 May 2009 | hostname.m Report the name of computer on which Matlab is currently running. | us | use of java system calls is (likely) a more os independent way to retrieve such information, eg, http://www.mathworks.com/matlabcentral/fileexchange/20321 us |
|
| 14 May 2009 | show_colors.m generates a labeled plot showing all colors recognized by RGB.m | us | unfortunately, this script does not run due to missing functions - cell2num
us |
|
| 14 May 2009 | get_google_map Retrieve a google map from the command line using the Static Google Maps API. | us | once the user has set the environment - get the KEY
it works quite well for most of the prop/val combinations two thoughts no need to FLIPUD(M) in the function... otherwise, users have to flip it back for imagesc(XX,YY,flipud(M));
which seems a faster/better way to display the map compared to the proposed SURF(...) the props should be case-insensitive... us |
|
| 06 May 2009 | findsubmat Finds one matrix (a sub-matrix) within another. | us | observing a master carving out an outstanding masterpiece of a master's workmanship...
|
|
| 05 May 2009 | findsubmat Finds one matrix (a sub-matrix) within another. | us | - very nice: help, example, commented and intelligent engine, acknowledgement of input by another user (excellent academic behavior)...
|
|
| 24 Apr 2009 | Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. | us | matthew, correct...
|
|
| 22 Apr 2009 | Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. | us | works very well; BUT there's a small type in the sample usage:
|
|
| 22 Apr 2009 | Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. | us | ||
| 16 Apr 2009 | hs: a pedestrian history search engine hs searches the command history for patterns | us | yuri, i do not understand this error - GREP is embedded into HS...
%$SSC_INSERT_END 29-Aug-2008/17:29:29 F:/usr/matlab/unix/grep.m can you give more information...
|
|
| 08 Apr 2009 | contest clock joke visualization of solitaire contest | us | no comprehensible H1 line, no help section, no example(s), loads a file, which the typical ML user does not have and, therefore, causes an error right away... zegar
however, first and foremost, requires an expensive toolbox to run, which is simply unheard of of any former coding contest... no appreciable benefit to any ML user...
|
|
| 08 Apr 2009 | Been there done that Depicting the progression of code originality. | us | no comprehensible H1 line, no help section, no example(s), loads a file, which the typical ML user does not have and, therefore, causes an error right away...
|
|
| 08 Apr 2009 | Spring 2009 MATLAB Contest - creativity2 Added another graph to Rafal Kasztelanic's creative entry. | us | no H1 line, no help section, no example(s), loads a file, which the typical ML user does not have and, therefore, causes an error right away...
|
|
| 08 Apr 2009 | Code overlap The aim here is to visualize the degree of overlap between all pairs of entries in the contest. | us | no H1 line, no help section, no example(s), loads a file, which the typical ML user does not have and, therefore, causes an error right away...
us |
|
| 08 Apr 2009 | Finding the Similar Entries: A Quantitative Approach based on CPU Runtime Behavior Entry to Matlab contest Spring 2009 | us | contains bsxfun
a collection of incomprehensible functions, which yield this when run one by one
what - does anyone think - is the average ML user gain from this... us |
|
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