Rank: 278 based on 431 downloads (last 30 days) and 3 files submitted
photo

Richard Crozier

E-mail
Company/University
The University of Edinburgh

Personal Profile:

Professional Interests:
Electrical Engineering, Renewable Energy

 

Watch this Author's files

 

Files Posted by Richard View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
19 Oct 2009 gapolyfitn optimises the functional form of a multi-dimensional polynomial fit to model data Author: Richard Crozier interpolation, genetic algorithm, modelling, polynomial, fit, linear regression 170 0
06 Oct 2009 randMat Generate random numbers uniformally in a given range or matching a given normal distribution Author: Richard Crozier uniform distribution, normal distribution, range, random numbers 111 0
01 Jul 2009 Goodness of Fit (Modified) Computes goodness of fit for regression model given matrix/vector of target and output values. Author: Richard Crozier mathematics, goodness, fit, modeling, model performance 150 1
  • 4.5
4.5 | 2 ratings
Comments and Ratings by Richard View all
Updated File Comments Rating
25 Aug 2009 FEM toolbox for solid mechanics The finite element analysis program for solid mechanics with simple GUI. Author: Anton Zaicenco

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 Author: Manuel Marin

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. Author: Tobin Driscoll

Thnks, handy

05 Mar 2009 Genetic Algorithm Genetic Algorithm Author: MEKHMOUKH Abdenour

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. Author: Markus Buehren

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,...
'parameters_\d+_(\d+)\.mat'));

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!

Comments and Ratings on Richard's Files View all
Updated File Comment by Comments Rating
27 Oct 2009 Goodness of Fit (Modified) Computes goodness of fit for regression model given matrix/vector of target and output values. Author: Richard Crozier Creutzfeldt, B.

24 Nov 2008 Goodness of Fit (Modified) Computes goodness of fit for regression model given matrix/vector of target and output values. Author: Richard Crozier Yeo, David

Thank you. !!

Top Tags Applied by Richard
fit, curve, ga, genetic algorithm, goodness
Files Tagged by Richard View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
19 Oct 2009 gapolyfitn optimises the functional form of a multi-dimensional polynomial fit to model data Author: Richard Crozier interpolation, genetic algorithm, modelling, polynomial, fit, linear regression 170 0
06 Oct 2009 randMat Generate random numbers uniformally in a given range or matching a given normal distribution Author: Richard Crozier uniform distribution, normal distribution, range, random numbers 111 0
01 Jul 2009 Goodness of Fit (Modified) Computes goodness of fit for regression model given matrix/vector of target and output values. Author: Richard Crozier mathematics, goodness, fit, modeling, model performance 150 1
  • 4.5
4.5 | 2 ratings
 

MATLAB Central Terms of Use

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