Marco Cococcioni
University of Pisa
Followers: 0 Following: 0
Associate Professor, University of Pisa.
Feeds
已提交
fibobinet
Vectorized function for obtaining the terms of the Fibonacci sequence using (an approximated version) of Binet's formula
1 year 前 | 3 次下载 |
已提交
Tutorial on the NSGA-II crowding distance function
This script illustrates the computation of the crowding distance in the NSGA-II algorithm.
1 year 前 | 1 次下载 |
已提交
(Basic) Recursive and Vectorized Fast Fourier Transform
basicFFT is a basic implementation of the discrete FFT algorithm, for teaching purposes. It is recursive and vectorized, hence p...
2 years 前 | 1 次下载 |
已提交
Division-free inverse of a square matrix
This recursive function implements a division-free inverse of a square matrix.
3 years 前 | 1 次下载 |
已提交
Square root of the entries of x using the CORDIC algorithm
This is a vectorized implementation in native Matlab code of the CORDIC algorithm for the square root.
3 years 前 | 1 次下载 |
已提交
pinv2
This function computes the Moore-Penrose generalized inverse of a given matrix.
3 years 前 | 2 次下载 |
已提交
histgauss
Compute and display the histogram of a given dataset, then fit a Gaussian PDF
4 years 前 | 1 次下载 |
已提交
ffcmw: The Fastest Fuzzy C-Means in the West!
A fast implementation of the well-known fuzzy c-means clustering algorithm
5 years 前 | 3 次下载 |
已提交
SVM (Basic Support Vector Machines using quadprog)
This contribution shows how simple is to train a SVM using Matlab quadprog function.
6 years 前 | 7 次下载 |
已提交
zonotopes/zono_matlab
Matlab code for computing the volume of a zonotope, given its generators
6 years 前 | 2 次下载 |
已提交
Least Squares using Cholesky Decomposition
This function computes the (linear) least squares solution using Cholesky decomposition
6 years 前 | 1 次下载 |
已提交
Benford's Law Mini Toolbox
A simple tool to assess wheter a given signal/image is conform or not to Benford's (First-Digit) Law
9 years 前 | 1 次下载 |
已提交
OLS
This functions implements the algorithm of Orthogonal Least Squares.It can be used to rank regressor
10 years 前 | 6 次下载 |
已提交
Mackey-Glass time series generator
This function generates a Mackey-Glass time series using the 4-th order Runge-Kutta method.
15 years 前 | 9 次下载 |
已提交
ARGMAX/ARGMIN
This set of functions efficiently compute argument of maximum/minimum for vectors and matrices.
15 years 前 | 2 次下载 |
已提交
LOGREG
This script shows how to perform an univariate logistic regression in Matlab.
16 years 前 | 1 次下载 |
已提交
Complex Roots Finder
Computes the n n-th complex roots of a given complex number
16 years 前 | 1 次下载 |
已提交
STRUCT2STR
Converts a struct intoa char string and, if needed, display the string. The function allows exportin
17 years 前 | 4 次下载 |
已提交
DISPARRAY
Displays vectors, matrices and 3d-arrays using custom data formats, elements separators and brackets
18 years 前 | 1 次下载 |
已提交
STRUCTDLG
This function takes a structure as input and then automatically builds a graphical user interface.
19 years 前 | 1 次下载 |