Matlab Resources

Showing items tagged with "Matlab"

MATLAB-based 2D Electrical Impedance Tomography algorithm for medical imaging applications, featuring finite element meshing for forward problem solution and inverse problem reconstruction algorithms, accompanied by comprehensive network meshing data tables with node connectivity and element property specifications.

MATLAB 183 views Tagged

General MATLAB source code for integer programming branch and bound algorithm where parameter meanings align with MATLAB's optimization toolbox linear programming function linprog. Before calling the function, input parameters must be converted to MATLAB's standard form, requiring proper configuration of constraint matrices, objective functions, and variable bounds.

MATLAB 202 views Tagged

PCA MATLAB source code with clear program structure, featuring modular design for covariance matrix computation, eigenvalue decomposition, and principal component projection - a valuable resource for machine learning implementations.

MATLAB 236 views Tagged