Rank: 168 based on 1167 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 M-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, mackyglass, demo 109 0
20 May 2009 Screenshot ARGMAX/ARGMIN This set of functions efficiently compute argument of maximum/minimum for vectors and matrices. Author: Marco Cococcioni matrix operators, argument of maximum, argument of minimum, matematics 168 0
29 Dec 2008 Published M-Files LOGREG This script shows how to perform an univariate logistic regression in Matlab. Author: Marco Cococcioni logistic curve, regression, logistic regression, demo, curve fitting 148 0
17 Jul 2008 Screenshot NUM2LAB Converts a numeric vector into a cell vector of strings. Author: Marco Cococcioni labels, generation, conversion, num2lab, vector, numeric 122 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 matrix, regressors, functions, linear, linear algebra, ols 155 4
  • 3.5
3.5 | 4 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
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]))
    

28 Mar 2008 OLS This functions implements the algorithm of Orthogonal Least Squares. It can be used to rank regresso Author: Marco Cococcioni qian, xiang

goog

27 Feb 2008 Complex Roots Finder Computes the n n-th complex roots of a given complex number Author: Marco Cococcioni O´Fork, Chris

really nice for eduactional purposes!

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 M-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, mackyglass, demo 109 0
20 May 2009 Screenshot ARGMAX/ARGMIN This set of functions efficiently compute argument of maximum/minimum for vectors and matrices. Author: Marco Cococcioni matrix operators, argument of maximum, argument of minimum, matematics 168 0
29 Dec 2008 Published M-Files LOGREG This script shows how to perform an univariate logistic regression in Matlab. Author: Marco Cococcioni logistic curve, regression, logistic regression, demo, curve fitting 148 0
17 Jul 2008 Screenshot NUM2LAB Converts a numeric vector into a cell vector of strings. Author: Marco Cococcioni labels, generation, conversion, num2lab, vector, numeric 122 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 matrix, regressors, functions, linear, linear algebra, ols 155 4
  • 3.5
3.5 | 4 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