Rank: 614 based on 114 downloads (last 30 days) and 9 files submitted
photo

Marco Cococcioni

E-mail
Company/University
University of Pisa
Lat/Long
43.721, 10.3899

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Marco View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
09 Jun 2009 Published MATLAB Files Mackey-Glass time series generator This function generates a Mackey-Glass time series using the 4-th order Runge-Kutta method. Author: Marco Cococcioni chaotic time series, demo, mackyglass 19 0
20 May 2009 Screenshot ARGMAX/ARGMIN This set of functions efficiently compute argument of maximum/minimum for vectors and matrices. Author: Marco Cococcioni argument of maximum, argument of minimum, matematics, matrix operators 42 0
29 Dec 2008 Published MATLAB Files LOGREG This script shows how to perform an univariate logistic regression in Matlab. Author: Marco Cococcioni curve fitting, regression, logistic curve, logistic regression, demo 9 0
17 Jul 2008 Screenshot NUM2LAB Converts a numeric vector into a cell vector of strings. Author: Marco Cococcioni conversion, labels, generation, num2lab, numeric, vector 2 2
13 Aug 2007 Screenshot OLS This functions implements the algorithm of Orthogonal Least Squares. It can be used to rank regresso Author: Marco Cococcioni linear algebra, orthogonal least squa..., ols, functions, regressors, matrix 21 5
  • 3.0
3.0 | 5 ratings
Comments and Ratings by Marco
Updated File Comments Rating
24 Sep 2009 CELL2STR CELL2STR converts a cell array of strings into a character array. Author: Daniel Claxton

Although Jos and us are right, I think this function deserves to stay here, because its name is more intuitive that the built-in 'char', which is not expected to do the conversion. The high number of downloads of this function seems to confirm my opinion. Best regards, MC

Comments and Ratings on Marco's Files View all
Updated File Comment by Comments Rating
29 Jan 2011 OLS This functions implements the algorithm of Orthogonal Least Squares. It can be used to rank regresso Author: Marco Cococcioni Steven
15 Mar 2010 OLS This functions implements the algorithm of Orthogonal Least Squares. It can be used to rank regresso Author: Marco Cococcioni Oscar

I would tend to agree with Mr. Shvorob and Mr D'Errico, this is not what I understand orthogonal least-squares. Also, although the code is not as poor as previously seen entries, the general structure is confusing and unnecessarily bloated. In particular, I find the choice to include a demo capability into the function itself, rather than including it as a seperate file, questionable to say the least.

None the less, I'm sure that with a good cleanup, this code will find its uses in some scenarios, if not for the functionality it offers then for its thorough discussion of the theory (although it should probably be moved out of the file to a seperate document).

13 Aug 2009 OLS This functions implements the algorithm of Orthogonal Least Squares. It can be used to rank regresso Author: Marco Cococcioni Virgulti, Fabio
21 Jul 2008 NUM2LAB Converts a numeric vector into a cell vector of strings. Author: Marco Cococcioni Cococcioni, Marco

Thank you Jos! I have updated the submission using your suggestion!

15 Jul 2008 NUM2LAB Converts a numeric vector into a cell vector of strings. Author: Marco Cococcioni x@y.z, Jos

Better to use the oneliner:
    
% data
V = [1 2 3 4.5 6 pi] ;
prestr = 'Text before '
poststr = ' .. and after '
formstr = '%.2f' ;
    
% engine
C = cellstr(num2str(V(:),[prestr formstr poststr]))
    

Top Tags Applied by Marco
conversion, demo, linear algebra, argument of maximum, argument of minimum
Files Tagged by Marco View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
09 Jun 2009 Published MATLAB Files Mackey-Glass time series generator This function generates a Mackey-Glass time series using the 4-th order Runge-Kutta method. Author: Marco Cococcioni chaotic time series, demo, mackyglass 19 0
20 May 2009 Screenshot ARGMAX/ARGMIN This set of functions efficiently compute argument of maximum/minimum for vectors and matrices. Author: Marco Cococcioni argument of maximum, argument of minimum, matematics, matrix operators 42 0
29 Dec 2008 Published MATLAB Files LOGREG This script shows how to perform an univariate logistic regression in Matlab. Author: Marco Cococcioni curve fitting, regression, logistic curve, logistic regression, demo 9 0
17 Jul 2008 Screenshot NUM2LAB Converts a numeric vector into a cell vector of strings. Author: Marco Cococcioni conversion, labels, generation, num2lab, numeric, vector 2 2
13 Aug 2007 Screenshot OLS This functions implements the algorithm of Orthogonal Least Squares. It can be used to rank regresso Author: Marco Cococcioni linear algebra, orthogonal least squa..., ols, functions, regressors, matrix 21 5
  • 3.0
3.0 | 5 ratings

Contact us at files@mathworks.com