702 results
Normalize XY coordinates to MATLAB figure window containing axis
COORD2NORM(axishandle, x, y) takes input XY coordinates, relative to the axes object axishandle, and normalizes them to the parent container of axishandle. This is useful for functions like
Multiple dot, cross, and outer products, cross divisions, norms, normalizations, projections, etc.
: CROSSOperation: ARRAYLAB implementation----------------------------------------------------Euclidean norm: MAGNNormalization: UNITDot product (AX enabled): DOT2Crossproduct (AX enabled): CROSS2Outerproduct (AX
Euclidian norm along a specified dim of an array - fast C-Mex
Fast euclidian norm over N.th dimension of a DOUBLE arrayY = DNorm2(X, N)INPUT: X: Real DOUBLE array. N: Dimension to operate on.OUTPUT: Y: Euclidian norm over N.th dimension: Y = sqrt(sum(X .* X
A better, transparent memmapfile, with complex number support.
Matlab Tensor Tools
A class for efficient manipulation of N-fold Kronecker products in terms of their operands only.
(.\), mldivide (\), mrdivide (/), inv, pinv, power, mpower, norm, sum, cond, eig, svd, abs, nnz, orth, chol, lu, qr, full, sparse, ... Some restrictions apply to these overloads. In particular
Select a point from a 3D point cloud by clicking on it.
Freely generate data, identify models, and visualize results using over 50 (physics-informed) data-driven approaches.
Contour and surface plots of the bivariate normal density
Computing the matrix exponential times a vector without explicitly computing the matrix exponential.
Computing the matrix logarithm in real/complex arithmetic with derivatives and condition numbers.
MATLAB Toolbox for working with high-dimensional tensors in the Tensor-Train (TT)-format
A MATLAB toolbox connected with functions of matrices.
GISMO - a framework for scientific research in seismology/infrasound
Numerical computation with functions
Signal Processing on non-euclidien domain signals
Minimum Norm Algorithm for DOA Estimation
The minimum norm method is applicable for linear arrays and can be considered as an improved version of MUSIC in computing DOA estimates.
Solutions of the direct and inverse geodesic problems
A collection of functions for 2D and 3D geometric computing (intersections, distance...) on various shapes: polygons, meshes, ellipsoids...
This toolbox provides functions for maximizing and minimizing submodular set functions.
set V, and A must be a subset of V.Implemented algorithms:1) Minimization:* sfo_min_norm_point: Fujishige's minimum-norm-point algorithm for minimizing general submodular functions* sfo_queyranne
Matrix completion using nuclear norm, spectral norm or weighted nuclear norm minimization.
Version 2.0.0.0
Gil ShabatCompletes a matrix with missing entries, such that the obtained matrix has minimal norm.
Completes a matrix with missing entries, such that the obtained matrix has minimal norm.Usage:[CompletedMat, ier] = MatrixCompletion(A.*B, B,N, mode, lambda_tol, tol, display);A - matrix to completeB
GIBBON: The Geometry and Image-Based Bioengineering add-ON for MATLAB
Contact problem is solved by the Uzawa algorithm and the error of the solution is estimated.
Gathers and compares the best methods for the joint spectral radius computation
Interactive Tool for Decision Making in Multiobjective optimization with Level Diagrams
Version 1.3.0.0
Xavier BlascoGraphical interactive tool for analyzing Multiobjective optimal solutions with level diagram.
level diagram and adds some new features: the possibility to change colors, shapes and sizes of each one of the points in the representation. In level diagram representation, the norm used for axes
Suite of functions for accessing the Binance API via MATLAB. Supports spot and margin trading and all public endpoints.
OCO's.cancelOrder - cancels an active order given a symbol and order id.newOrder - creates an object for making orders of a given orderType.normOrder - simple market order object for a given symbol, side and
Fitting for lognormal distributions
Color constancy toolbox
A tutorial for micromechanical computations with elasticity, fabric and Eshelby tensors.
Measure of geometric parameters in 2D or 3D images (surface area, perimeter, Euler Number...)
Companion Software
Software for quantitative portfolio and risk management
The program deconvolutes IR spectra of mordenites
intensities (a.u.)Contents:- deconvolute3VtGUI.m - main GUI program for the deconvolution- the function that perform the deconvolution- voigtNormGLform.m - creates Voigt profile function corresponding with
Visualize matrix norms, SVD, and eigenvalues with a GUI!
far, my GUI helps you visualize three things:1. Matrix norm2. Singular value decomposition3. Eigenvalue decompositionThe GUI feels great if you have touchscreen and move the vectors with your finger
Least squares with minimum-norm solution
This function calculates the minimum-norm solution of the least squares problem A*X = B. Where A is low-rank matrix. The function LSMIN is faster then the matlab alternative X = pinv(A)*B. Uses the
System object definitions for sparsity-aware image and volumetric data restoration
Decompostion of a mixed tracer field (hydrographic data) into individual source water masses.
Returns the vector norm for a specified dimension (e.g. row/col) of a matrix
% VNORM - Return the vector norm along specified dimension of A%% VNORM(A) returns the 2-norm along the first non-singleton% dimension of A% VNORM(A,dim) return the 2-norm along the dimension
Quantitative Magnetic Resonance Imaging Made Easy with qMRLab: Use GUI or CLI to fit and simulate a myriad of qMRI models.
Stretches contrast on the image and normalize image from 0 to 1
The SALP-Toolbox can be used for analysis of stationary and nonstationary signals using spectral and parameter estimation schemes.
Machine learning based Lithium-Ion battery capacity estimation using multi-Channel charging Profiles
XML_GalYUMAT program reads the almanac from each satellite and writes it in YUMA format
.• initdata – function of initialization of arrays.• Galxml – startup file.• e_norm – mantissa normalization function.In order to start working with the program, you need:1. Go to the
Updated LZW compressor and decompressor with reasonable performance
Building on the earlier norm2lzw and lzw2norm examples, these routines implement LZW compression/decompression.The table management has been rewritten for performance - both time and space, and fixed
Collection and a development kit of Matlab mex functions for OpenCV library
It computes vecnorm for those using matlab version earlier than 2017b
N = vecnorm(A)N = vecnorm(A,p)N = vecnorm(A,p,dim)N = vecnorm(A) returns the 2-norm or Euclidean norm of A:If A is a vector, then vecnorm returns the norm of the vector.If A is a matrix, then vecnorm
MIB is a package for segmentation of multi-dimensional (2D-4D) microscopy datasets
Medical software for Processing multi-Parametric images Pipelines
Free pattern recognition toolbox for MATLAB
Compression of Motion Capture Data (ASF/AMC format) using Discrete Wavelet Transform
Geometric computing library for 3D shapes: meshes, points, lines, planes...
The toolbox implements the Augmented Lagrangian algorithm
Optimization codes for sparsity related signal processing
statistical digital signal processing, DSP, digital filtering, signal modeling
A toolbox allowing rapid definition and evaluation of 2D and 3D phased array antennas.
This is a code to detect faces using webcam input using L1 norm minimization criterion.
This uses L1 norm minimization to detect between faces and non faces. 6 faces are used for training and the usual pre-processing like skin detection. The threshold is placed at 0.2 but can be
launch cadence analog simulations from Matlab and extract a macromodel of linear analog functions