Programming and Data Types
![]() updated 3 months ago |
Linear regression for multiple category data with different slopes for each The function does OLS and RMA regression on data that is categorized into two different categories |
0 Comments 18 Downloads (30 Days) |
![]() updated 4 months ago |
This function solve MIMO-Diofantine equation. |
0 Comments 14 Downloads (30 Days) |
![]() updated 6 months ago |
This is a code to demonstrate CELP codecs of bitrate 9.6kbps and 16kbps. |
1 Comment 47 Downloads (30 Days) |
![]() updated 6 months ago |
direct solving Diofantine equation This function is written to direct solve Diofantine equation in the form of C = A*E + F. |
0 Comments 2 Downloads (30 Days) |
![]() updated 6 months ago |
Nonnegative Matrix and Tensor Factorization (NMF, NTF) with any beta-divergence very simple to use implementation of the NMF/NTF model |
0 Comments 29 Downloads (30 Days) |
![]() updated 6 months ago |
This function is written to solve Diofantine equation.this equation should be in the form of C = A*F |
0 Comments 1 Download (30 Days) |
![]() updated 6 months ago |
Linear regression with statistics for multiple category data This function does linear regression with statistics for multiple category data (OLS and RMA) |
0 Comments 18 Downloads (30 Days) |
![]() updated 7 months ago |
Random search belongs to the fields of Stochastic Optimization and Global Optimization. |
0 Comments 27 Downloads (30 Days) |
![]() updated 7 months ago |
Array Factor for dipoles. Adjustable number of elements, progressive phase, and separation distance. |
0 Comments 38 Downloads (30 Days) |
![]() updated 10 months ago |
Locally Adaptive Kernel Density Estimation Kernel density estimation with bandwidths locally adapted to data. |
0 Comments 30 Downloads (30 Days) |
![]() updated 1 year ago |
Morphs two polygons |
1 Comment 6 Downloads (30 Days) |
![]() updated 1 year ago |
Find the minimum and maximum of 2D cell matrix, which may contain nested cell or numeric arrays. |
0 Comments 1 Download (30 Days) |
![]() updated 1 year ago |
Monte Carlo Markov Chain for inferring parameters for an Ordinary Differential Equation model This function uses a Monte Carlo Markov Chain algorithm to infer parameters for an ODE model |
0 Comments 28 Downloads (30 Days) |
![]() updated 1 year ago |
Fisher Matrix Toolbox (Fisher4Cast ) General Fisher Matrix Toolbox and GUI |
2 Comments 31 Downloads (30 Days) |
![]() updated 1 year ago |
Graphical User Interface for Solving Ordinary Differential Equations A Graphical User Interface for Solving Ordinary Differential Equations (Immune Response Model) |
0 Comments 12 Downloads (30 Days) |
![]() updated 1 year ago |
Linear regression on log transformed data A function that takes two column vectors and does linear regression on the data |
0 Comments 9 Downloads (30 Days) |
![]() updated 1 year ago |
Simple example of genetic algorithm for optimization problems It is used to generate useful solutions to optimization and search problems. [p_min, iter, f]=genetic_algorithm (func, numMaxInd, numF, ... |
1 Comment 87 Downloads (30 Days) |
![]() updated 1 year ago |
Apply multiple functions in a single function. Allows the user to apply functions to inputs, with various input-output combination's. |
0 Comments 2 Downloads (30 Days) |
![]() updated 1 year ago |
Multiple Variable Traveling Salesmen Problem - Genetic Algorithm Finds a near-optimal solution to a variation of the MTSP with variable number of salesmen using a GA mtspv_ga(xy,dmat,minTour,popSize,numIter,showProg,showResul... |
3 Comments 30 Downloads (30 Days) |
![]() updated almost 2 years ago |
Find the zero of a regular function with Newton - Raphsons' method. |
1 Comment 23 Downloads (30 Days) |
![]() updated 2 years ago |
LSMR: An iterative algorithm for least-squares problems Official successor to the LSQR algorithm, developed by David Fong and Michael Saunders. |
10 Comments 36 Downloads (30 Days) |
![]() updated 2 years ago |
Simple example of PSO algorithm Matlab function to find the minimum of a objective function with the PSO Algorithm [p_min, f_min, iter]=pso(func, numInd, range, n_var, tolera... |
8 Comments 152 Downloads (30 Days) |
![]() updated 2 years ago |
Simple example of the Simplex Method It's a function that finds the minimum value of a two variables function with the simplex method. |
0 Comments 25 Downloads (30 Days) |
![]() updated 2 years ago |
Pattern search method: deterministic iterative zero order algorithm It finds the relative minimum of a two variables function with the Pattern search method. |
0 Comments 5 Downloads (30 Days) |
![]() updated 2 years ago |
Function to generate Timeseries file to use for Moore FSM coverage analysis. This function generates a Timeseries file which can be used for Moore FSM coverage analysis. |
0 Comments 0 Downloads (30 Days) |
![]() updated 2 years ago |
It's a matlab function that finds a regular real function's zero with the bisection's method. |
0 Comments 14 Downloads (30 Days) |
![]() updated 2 years ago |
Least Mean Square Error Image Difference Compute the image difference with the minimum mean square error. lmse (target_image, reference_image) |
0 Comments 8 Downloads (30 Days) |
![]() updated 2 years ago |
Generalized Principal Component Pursuit min nuclear_norm(L) + beta*||W(S)||_1 subject to ||y-F(S+L)|_2 < err L1NN(y, F, W, sizeImage, beta, err, alpha, c) createSamplingScheme (sizeImage, patternName, patternParame... |
1 Comment 5 Downloads (30 Days) |
![]() updated 2 years ago |
Speeding Up Optimization Problems with Parallel Computing Files from the webinar: Speeding up optimization problems with parallel computing First Order Reliability Method using a Simulink Flutter Mod... |
1 Comment 29 Downloads (30 Days) |
![]() updated 2 years ago |
Function that takes a NN and creates a new NN that gives the gradient. |
3 Comments 24 Downloads (30 Days) |
![]() updated 3 years ago |
Generates a gaussian pyramid for the given input image |
0 Comments 36 Downloads (30 Days) |
![]() updated 3 years ago |
Non Convex Algorithms for Group Sparse Optimization Reweighted Lm,p algorithm Smoothed L2,0 algorithm GenGroupSparseProblem(m, n, nGroups, activeGroups) GenerateProblem(channel_length, pilot_length, channel_spars... |
3 Comments 19 Downloads (30 Days) |
![]() updated almost 4 years ago |
Improving Simulink Design Optimization Performance Using Parallel Computing Parallelization of a controller parameter tuning task using an aerospace system model as an example |
0 Comments 4 Downloads (30 Days) |
![]() updated almost 4 years ago |
Fast function to save a matrix write_matrix_bin(f,m) is a fats way to save a matrix of arbitrary size and dimension. |
0 Comments 9 Downloads (30 Days) |
![]() updated almost 4 years ago |
Educational network planning tool for the RWA problem in WDM networks (MILP and heuristic based) |
6 Comments 25 Downloads (30 Days) |
![]() updated 4 years ago |
It solves an optimization problem by steepest descent method. |
3 Comments 47 Downloads (30 Days) |
![]() updated 4 years ago |
IMComp-Image Compression Software IMComp is an Image Compression tool useful for compressing digital JPG images. |
2 Comments 10 Downloads (30 Days) |
![]() updated 4 years ago |
Improving Optimization performance with Parallel Computing Parallel computing can accelerate the solution of computationally expensive optimization problems |
2 Comments 6 Downloads (30 Days) |
![]() updated 4 years ago |
It checks real valued multidimensional function, whether it is convex. |
2 Comments 3 Downloads (30 Days) |
![]() updated 4 years ago |
Speed up your project with this collection of techniques. |
50 Comments 150 Downloads (30 Days) |
![]() updated 4 years ago |
Orthogonal Least Squares Algorithms for Sparse Signal Reconstruction Greedy Algorithms for Underdetermined but Sparse Solutions |
2 Comments 10 Downloads (30 Days) |
![]() updated 4 years ago |
Orthogonal Least Squares Algorithms for Sparse Signal Reconstruction Greedy Algorithms for Underdetermined but Sparse Solutions |
1 Comment 11 Downloads (30 Days) |
![]() updated 4 years ago |
The bimat.m solves a bimatrix game represented by two matrices M and N . |
1 Comment 7 Downloads (30 Days) |
![]() updated 4 years ago |
I have started to write a subset of the Image Processing toolbox. |
4 Comments 1 Download (30 Days) |
![]() updated 4 years ago |
Generalized Objective Function Allows any MATLAB function to easily be optimized |
4 Comments 4 Downloads (30 Days) |
![]() updated 4 years ago |
weighted least-squares + weighted min-max optimization Optimization using both weighted least squares and weighted min-max |
0 Comments 8 Downloads (30 Days) |
![]() updated 5 years ago |
Multimodal Function Optimisation |
7 Comments 31 Downloads (30 Days) |
![]() updated 5 years ago |
Index matrix in C like you would do in MATLAB! |
1 Comment 49 Downloads (30 Days) |
![]() updated 5 years ago |
For a symbolic input function f, returns the symbolic Hessian matrix. A real time saver imho -_- |
2 Comments 5 Downloads (30 Days) |
![]() updated 5 years ago |
improved bounded fminsearch algorithm [x,fval,exitflag,output]=fminsearchbnd4(fun,x0,LB,UB,option... |
7 Comments 14 Downloads (30 Days) |