| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 01 Oct 2009 | SETPROD Cartesian Product of Sets. | Campbell, Rob | Does the job and has been well coded since previous (now redundant) negative comment was submitted. |
|
| 20 May 2009 | TWXTICKLABEL Tweaks xtick labels for better export to eps for LaTeX inclusion. | Jon | Very helpful little package. Especially useful with bar(...). Nice work. Thanks. |
|
| 20 Apr 2009 | ISWHOLE True for integers(whole numbers). | C, Matt | Needs some TLC and polish; though a good utility function. |
|
| 20 Apr 2009 | ISWHOLE True for integers(whole numbers). | C, Matt | ||
| 05 Nov 2008 | FINDROW Find indices of a given row within a matrix when INTERSECT can't help | Jos (10584) | Unfortunately this function errors for non-numeric input. |
|
| 05 Nov 2008 | FINDROW Find indices of a given row within a matrix when INTERSECT can't help | Betty | ||
| 14 Oct 2008 | ROUND2 Round to a specified number of decimals. | K, Senthilkumaran | Ohh.. Now I could understand, why I did not get roundn function. I didn't install Mapping tool box in R2007b. ThxJohn Greeb for the info. |
|
| 11 Oct 2008 | ROUND2 Round to a specified number of decimals. | Vallabhajosula, Srikant | works for me!!! great timely help!!! |
|
| 18 Jun 2008 | SETAXES creates handles of nested functions for fixing problems with MATLAB figures. | mezger, tom | cool. this is one of the best files i have ever found. |
|
| 08 Jun 2008 | ROUND2 Round to a specified number of decimals. | Chai, Kian | Thanks a lot |
|
| 19 May 2008 | SETAXES creates handles of nested functions for fixing problems with MATLAB figures. | Barrington-Leigh, Christopher | Wow, this is a labour of love and is nearly magical for me. For months I have been struggling with the infuriating difficulty of exporting small figures with LaTeX-rendered xlabels.
|
|
| 30 Apr 2008 | ROUND2 Round to a specified number of decimals. | Greeb, John | Regarding roundn- I found it in the Mapping toolbox from MATLAB. |
|
| 27 Apr 2008 | ROUND2 Round to a specified number of decimals. | Deb, Amita | This seems very useful. I am surprised that MATLAB doesn't have a built-in function to to rounding-off up to a desired number of decimal places. |
|
| 24 Apr 2008 | SYMBMAT subscripted symbolic matrix (SYMBMATMAKE vectorized) | Betancourt, Ramon | Since a lot of time am seeking a program for create multidimensional symbolic arrays. this is just that i need. Tanks |
|
| 22 Feb 2008 | FAPPENDL FAPPENDL Write line to file in an intuitive syntax rather than FPRINTF | L, K | I stick with saveascii.m |
|
| 21 Feb 2008 | FAPPENDL FAPPENDL Write line to file in an intuitive syntax rather than FPRINTF | Ullah, Mukhtar | John,
|
|
| 21 Feb 2008 | FAPPENDL FAPPENDL Write line to file in an intuitive syntax rather than FPRINTF | D'Errico, John | By the way, why did I rate this submission as only a 4? After all, it seems to work reasonably nicely. I did so because I had to figure out that it does not work if I wanted to append a line with numeric data, that I had first to convert the numeric data to a string. While this is not incredibly hard to do, I had to figure that out by testing the code. There is no statement in the help that this will not work. Since the help is really only an example of use, it gives you only a hint of what DOES work. You need to infer the rest. Excellent help would have told me all I needed to know about how to use it, without ever testing the code. |
|
| 20 Feb 2008 | FAPPENDL FAPPENDL Write line to file in an intuitive syntax rather than FPRINTF | D'Errico, John | This is a very simple utility, but it is moderately simpler than the alternative of fprintf when you wish to create a text file. Note that it ONLY writes text lines. So if you wanted to write out the value of some numeric variable, you will need to use fprintf anyway, or convert your numbers to a string on your own. The help is mainly an example of use, but it seems to get the point across. |
|
| 18 Feb 2008 | ROUND2 Round to a specified number of decimals. | Atanasov, Angel | Thank you. Great addition for me. :) |
|
| 05 Feb 2008 | TWXTICKLABEL Tweaks xtick labels for better export to eps for LaTeX inclusion. | a, a | Great package, if you add in:
you can maintain your global font style |
|
| 05 Feb 2008 | HELPER functions for SETAXES Three HELPER functions for the function SETAXES on the ML file exhange | SINGH, SAHEB | ||
| 05 Feb 2008 | ROUND2 Round to a specified number of decimals. | Ullah, Mukhtar | Senthilkumaran, I could not find roundn in MATLAB R2007b. May be you have mistyped it? It will be very interseting to know if there is a function like that. |
|
| 05 Feb 2008 | HELPER functions for SETAXES Three HELPER functions for the function SETAXES on the ML file exhange | Ullah, Mukhtar | I forgot to mention two things about this post.
|
|
| 05 Feb 2008 | TWXTICKLABEL Tweaks xtick labels for better export to eps for LaTeX inclusion. | Ullah, Mukhtar | This file is no longer needed if you download SETAXES I recently submitted. |
|
| 05 Feb 2008 | TWYTICKLABEL Tweak ytick labels to preserve fonts and spacing of YTick Labels in exported eps. | Ullah, Mukhtar | This file is no longer needed if you download SETAXES I recently submitted. |
|
| 28 Nov 2007 | DIRDIFF Directional derivative | Centi, Riccardo | % if F is a surface its directional
syms a;
|
|
| 28 Nov 2007 | DIRDIFF Directional derivative | Riccardo, Centi | Function directionally derivative can be calcolated faster in the following way syms a;
|
|
| 14 Nov 2007 | FREQTABLE Frequency table. | ploner, meinhard | ok, i had a transposed vector in the last try(see last review). surely [1; 1+find(diff(S))] instead of [find(diff(S)); end] does not change anything in terms of performance ;-)) |
|
| 14 Nov 2007 | FREQTABLE Frequency table. | ploner GMX, meinhard | i changed the code line after "S=..." to: B = S([ 1 1+find(diff(S)) ]); and now it works for me, too. Without the change i got the message: ??? Error using ==> vertcat
|
|
| 31 Oct 2007 | SYM2POLYS Improved version of Sym2Polys (by Paul Godfrey). | Ferguson, Noviar | It helps me a lot!
|
|
| 31 May 2007 | TWXTICKLABEL Tweaks xtick labels for better export to eps for LaTeX inclusion. | Gruber, Diego | ||
| 31 May 2007 | TWYTICKLABEL Tweak ytick labels to preserve fonts and spacing of YTick Labels in exported eps. | Gruber, Diego | ||
| 15 May 2007 | TWYTICKLABEL Tweak ytick labels to preserve fonts and spacing of YTick Labels in exported eps. | Narz, Dirk | This is just what I've been looking for, thanks so much! |
|
| 11 May 2007 | ROUND2 Round to a specified number of decimals. | K, Senthilkumaran | Hi... Do u have any idea about roundn function..
|
|
| 10 May 2007 | BINOMIAL (Binomial coefficient.) Binomial coefficient of arrays | Ullah, Mukhtar | nchoosek is for scalars only. |
|
| 12 Apr 2007 | BINOMIAL (Binomial coefficient.) Binomial coefficient of arrays | Park, Memming | what's the difference from MATLAB's built-in nchoosek? (type "open nchoosek" and you can see the source code) |
|
| 04 Dec 2006 | TWXTICKLABEL Tweaks xtick labels for better export to eps for LaTeX inclusion. | Ullah, Mukhtar | I found a serious problem. Since updating is temporarily unavailable, please remove or comment out the following lines, until I update the file. set(0, ...
|
|
| 04 Dec 2006 | TWYTICKLABEL Tweak ytick labels to preserve fonts and spacing of YTick Labels in exported eps. | Ullah, Mukhtar | In continuation to the last review .... or comment out line 45-50 for the moment until I update the file. |
|
| 04 Dec 2006 | TWYTICKLABEL Tweak ytick labels to preserve fonts and spacing of YTick Labels in exported eps. | Ullah, Mukhtar | I have found a very serious problem. Since the update is temporarily unavailable, I am mentioning the correction here. Please change line 45 from
|
|
| 03 Dec 2006 | ISWHOLE True for integers(whole numbers). | Ullah, Mukhtar | In continuation to previous remark: in ISWHOLE(X1,X2,..,XN), the arrays X1, X2,... can have different dimenions. How on earth can you vectorize ISWHOLE in that case? |
|
| 02 Dec 2006 | ISWHOLE True for integers(whole numbers). | Ullah, Mukhtar | Dear Carlos,
|
|
| 22 Nov 2006 | ISWHOLE True for integers(whole numbers). | Vargas Aguilera, Carlos Adrian | What? Do you really think so, Ullah? It's Matlab! Check out like i said, Fibonacci.m or my roundd.m, is easy my friend... and then the input can be [X1,X2,..,XN] or a matrix... |
|
| 22 Nov 2006 | MODE Computes mode of statistical data. | Rex, James | Neat. |
|
| 20 Nov 2006 | ISWHOLE True for integers(whole numbers). | Mukhtar, Ullah | Carlos,
|
|
| 11 Nov 2006 | ISWHOLE True for integers(whole numbers). | Vargas Aguilera, Carlos Adrián | Good but, why not vectorized? And why not make it for any kind of arrays? There's not need for varargin. Check the inside of file Fibonacci.m by David Terr. |
|
| 30 Aug 2006 | DARROW draw arrows at specified point in spefied directions | Aldous, Anthony | there is a problem with the use of annotation: Error using ==> annotation
as it wants normalised coordinates. Could you fix it? I would be greatful if you could as it would be very useful for my project. Thanks |
|
| 28 Aug 2006 | BINOMIAL (Binomial coefficient.) Binomial coefficient of arrays | Demands, O | I was laughing out loud when I got the error mesage: ??? Undefined function or variable 'isfloat'. Only the most incompetent programmer would put in requirements of that type in a trivial function file like this. |
|
| 24 Aug 2006 | SYM2POLYS Improved version of Sym2Polys (by Paul Godfrey). | Ullah, Mukhtar | udhaya kumar,
|
|
| 22 Aug 2006 | BINOMIAL (Binomial coefficient.) Binomial coefficient of arrays | mercier, luc | Remedies a clear lack in matlab built-in functions. Very handy! |
|
| 24 Jul 2006 | FREQTABLE Frequency table. | Sobrino, Celia | very smart |
|
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