![]() updated 15 days ago |
(1-3)D sparse Laplacian matrices with eigenvalues and eigenvectors. |
0 Comments 20 Downloads (30 Days) |
![]() updated 26 days ago |
SYLVESTER - Sylvester matrix of two polynomials (v3.0, june 2013) |
2 Comments 14 Downloads (30 Days) |
![]() updated 1 month ago |
Experimental Investigation on Solar Chimney for room ventilation This project implements experimental Investigation on Solar chimney for room ventilation EISCRV(H,T,Ta,Ls,W,z,d,Vr,maxiter,maxerr) |
1 Comment 14 Downloads (30 Days) |
![]() updated 1 month ago |
Grid of points within a polygon This function generates an array of points that lie within a given polygon |
9 Comments 17 Downloads (30 Days) |
![]() updated 1 month ago |
Multidimensional matrix multiplication The simple function performs fast matrix multiplication within multidimensional arrays. |
2 Comments 14 Downloads (30 Days) |
![]() updated 2 months ago |
K means clustering for Image Compression K-means clustering is a popular vector quantization method for data compression. |
7 Comments 44 Downloads (30 Days) |
![]() updated 3 months ago |
modified cumsum for partial accumulated sums Determine the accumulated sum of series of non-zero values of vectors, resetting at zero entries |
0 Comments 6 Downloads (30 Days) |
![]() updated 4 months ago |
Find values in a vector or function For a function y=f(x), this script looks for all the "x" values for a desired value of "y" (y0). |
2 Comments 9 Downloads (30 Days) |
![]() updated 4 months ago |
tridiagonal matrix equation solver (Thomas algorithm) |
0 Comments 10 Downloads (30 Days) |
![]() updated 4 months ago |
Quickly generate all combination of integers up to specified value in each dimension |
0 Comments 3 Downloads (30 Days) |
![]() updated 5 months ago |
More intuitive than built in function for simple operations.Useful for repetitive code and plotiing. |
1 Comment 17 Downloads (30 Days) |
![]() updated 5 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 14 Downloads (30 Days) |
![]() updated 5 months ago |
Display contents and structure of a cell array using ASCII boxes. |
1 Comment 4 Downloads (30 Days) |
![]() updated 6 months ago |
Gaussian Elimination & Inverse Matrix Finder Gaussian Elimination with pivoting& Inverse Matrix Finder using determinant and Gaussian elimination |
1 Comment 4 Downloads (30 Days) |
![]() updated 6 months ago |
Find x such that f(x) = target. Vectorization allows for some key advantages over FZERO. |
3 Comments 11 Downloads (30 Days) |
![]() updated 8 months ago |
A simple GUI to solve Sudoku puzzles. Uses both logical and bruteforce methods. |
0 Comments 9 Downloads (30 Days) |
![]() updated 8 months ago |
Edit Distance is a standard Dynamic Programming problem. |
0 Comments 12 Downloads (30 Days) |
![]() updated 8 months ago |
Modified gradient for gpuArray's Slightly modified the gradient function of MATLAB that is usable for gpuArray. |
0 Comments 5 Downloads (30 Days) |
![]() updated 8 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 13 Downloads (30 Days) |
![]() updated 8 months ago |
Matrix Logarithm with Frechet Derivatives and Condition Number Computing the matrix logarithm in real/complex arithmetic with derivatives and condition numbers. |
0 Comments 5 Downloads (30 Days) |
![]() updated 9 months ago |
Obtains unique row elements from MxN matrix A and counts the number of occurrences. |
1 Comment 2 Downloads (30 Days) |
![]() updated 10 months ago |
Apps from Experiments with MATLAB |
1 Comment 69 Downloads (30 Days) |
![]() updated 10 months ago |
Numerical Computing with MATLAB Apps from Numerical Computing with MATLAB |
0 Comments 104 Downloads (30 Days) |
![]() updated 10 months ago |
Beam Propagation Method for advancing gaussian beam in a profiled medium Basic GUI for Beam Propagation Method. |
2 Comments 41 Downloads (30 Days) |
![]() updated 11 months ago |
Round values towards a given vector of choices. |
1 Comment 9 Downloads (30 Days) |
![]() updated 11 months ago |
Export figure to 3D interactive PDF Export figure as a U3D file or directly to 3D interactive graphics within a PDF. [strmodelshading, strfaces_colors, strfaceshading, strcolor... |
15 Comments 68 Downloads (30 Days) |
![]() updated 11 months ago |
Efficient Vector Rotation Matrix Routine Efficient Method to Determine a Matrix Needed to Rotate One Vector to Another |
1 Comment 3 Downloads (30 Days) |
![]() updated 1 year ago |
Symmetric eigenvalue decomposition and the SVD Eigendecomposition of a symmetric matrix or the singular value decomposition of an arbitrary matrix |
5 Comments 17 Downloads (30 Days) |
![]() updated 1 year ago |
Generates a matrix of cofactor values for an M-by-N matrix. |
0 Comments 16 Downloads (30 Days) |
![]() updated 1 year ago |
This suite of functions can be used to generate geometric line drawing of Kolams. M=propose_kolam1D(size_of_kolam) |
1 Comment 3 Downloads (30 Days) |
![]() updated 1 year ago |
highest row degree coefficient matrix of a poynomial matrix T This function computes the highest row degree coefficient matrix of poynomial matrix T. |
1 Comment 1 Download (30 Days) |
![]() updated 1 year ago |
Distribution of unique sums among all combinations of vectors. |
1 Comment 2 Downloads (30 Days) |
![]() updated 1 year ago |
Finds all repeated values for input X, and their attributes. |
1 Comment 13 Downloads (30 Days) |
![]() updated 1 year ago |
Morphs two polygons |
1 Comment 5 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 3 Downloads (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 23 Downloads (30 Days) |
![]() updated 1 year ago |
Store Binary Trees in Matrices or Cells The utilities manipulate matrices or cells which store binary trees. |
0 Comments 2 Downloads (30 Days) |
![]() updated 1 year ago |
Identify edge and corner element numbers Identify the elements lying along edges and corners of a 2D (n x m) matrix |
0 Comments 2 Downloads (30 Days) |
![]() updated 1 year ago |
Specific Sample Function Plotting using MatLab 7.12 Function plotting |
0 Comments 2 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 8 Downloads (30 Days) |
![]() updated 1 year ago |
Newton's method for solving systems of nonlinear equations, including nonsquare and inconsistent |
2 Comments 17 Downloads (30 Days) |
![]() updated 1 year ago |
Simple Draw Helix Spring 3D Rotate Translate Transform Dilate Save JPG Simple Draw Helix Spring 3D Rotate Translate Transform Dilate Save JPG |
0 Comments 1 Download (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 4 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 64 Downloads (30 Days) |
![]() updated 1 year ago |
Example using a MATLAB Class to control a GUI This example shows how to use a Matlab class to control a gui. |
8 Comments 44 Downloads (30 Days) |
![]() updated 1 year ago |
C++.NET programs inside MATLAB language run C++/C++.NET programs inside MATLAB language |
0 Comments 3 Downloads (30 Days) |
![]() updated 1 year ago |
algorithm for gauss elimination method |
0 Comments 5 Downloads (30 Days) |
![]() updated almost 2 years ago |
pcg.m with 'null' and 'flex' options Preconditioned Conjugate Gradients handles homogeneous equations and nonsymmetric preconditioning |
0 Comments 7 Downloads (30 Days) |
![]() updated almost 2 years ago |
Triangular Distribution Tranformation - trirnd trirnd computes a set of triangularly distributed random variables given input numbers in [0,1]. |
0 Comments 2 Downloads (30 Days) |
![]() updated almost 2 years ago |
Sparse (1-3)D Laplacian on a rectangular grid with exact eigenpairs. |
4 Comments 36 Downloads (30 Days) |