| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 25 Aug 2009 | FEM toolbox for solid mechanics The finite element analysis program for solid mechanics with simple GUI. | Crozier, Richard | No instructions, no help and not many comments in the code. Could be amazing but utterly useless to me for these reasons. I tried the web page, there is no documentation there either. |
|
| 30 Jul 2009 | Get computer name/hostname It provides the computer name where running. Useful for customizing scripts depending on the machine | Crozier, Richard | Marcelo and Jos, I for one find this a really useful function which saved my looking up the obscure (to me) functions used within it. This has saved me probably at least an hour of searching through help. So basically you can get lost. Manuel do not delete the file, it's helped me, thank you! |
|
| 19 Jun 2009 | latex Output a matrix in LaTeX format. | Crozier, Richard | Thnks, handy |
|
| 05 Mar 2009 | Genetic Algorithm Genetic Algorithm | Crozier, Richard | Well, it's ok, but why not use the matlab GA toolbox, or the free GA toolbox from the evolutionary computing team at the University of Sheffield (http://www.shef.ac.uk/acse/research/ecrg/gat.html)? This will search any number of variables, is open source, and has extensive documentation. I don't think this is really adding much to what's already available. In other words, a good project for yourself, but not much use to others, sorry. Perhaps if you specify in the description exactly what your code adds to what's already available? |
|
| 18 Feb 2009 | Multicore - Parallel processing on multiple cores This package realizes parallel processing on multiple cores/machines. | Crozier, Richard | Fantastic program, and particularly suited to my work with genetic algorithms. There is one mnor error I've noticed though. In startmulticoreslave, if you activate debug mode you reach the following line (77): fileNr = str2double(regexptokens(parameterFileName,...
But there is no regexptokens function, at least there isn't in R2007a or R2007b or R2008a. My solution is to replace this with the following lines (although I'm sure someone could come up with something more robust and/or elegent). fileNrCell = regexp(parameterFileName,'parameters_\d+_(\d+)\.mat', 'tokens'); fileNr = str2double(fileNrCell{1}); The program is excellent though, thanks again! |
|
| 27 Nov 2008 | Heart Model for Valentine's Day This generate a 3D heart surface in Matlab | Crozier, Richard | ||
| 21 Nov 2008 | Polyfitn N-d polynomial regression model | Crozier, Richard | Hello, the software is excellent, but there is a very minor error, it does not check for that the modelterm matrix passed in is not empty, resulting in an mtimes error in this case. I discovered this because of my poor coding, so I suppose I shouldn't expect polyfitn to check this for me! |
|
| 19 Nov 2008 | Polyfitn N-d polynomial regression model | Crozier, Richard | ||
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