image thumbnail

updated 1 month ago

QR Code encoder by ejs

The QR Code encoder, based on Lior Shapira's work (qr, barcode, xzing)

encode_qr.m

image thumbnail

updated 1 month ago

Total Least Squares Method by Ivo Petras

Mathematical method known as total least squares or orthogonal regression or error-in-variables. (total least squares, svd, errorinvariables)

[Err, min_param]=numerFminD(fun, p, LBa, UBa, xdata, ydata,...

[Err, min_param]=numerFminS(fun, p, LBa, UBa, xdata, ydata)

[F, Srez, Scel]=statindexes(XData, YData, a, b)

image thumbnail

updated 2 years ago

QR Code encode and decode by Lior Shapira

Functions to encode and decode a QR bar-code in images (image processing, zxing, qr)

decode_qr(img)

encode_qr(message, s)

test_qr.m

image thumbnail

updated 2 years ago

QR/RQ/QL/LQ factorizations by Ivo Houtzager

QR/RQ/QL/LQ factorizations of an array. (ql, lq, rq)

lq.m

make_factor.m

ql.m

image thumbnail

updated 3 years ago

Sparse null space and orthogonal by Bruno Luong

NULL space and ORTHOGONAL basis for sparse matrix (sparse, matrix, linear algebra)

spnull(S, varargin)

sporth(S)

image thumbnail

updated 3 years ago

Pseudo-inverse by Bruno Luong

Factorize a matrix for pseudo-inverse calculation purpose (tikhonov, qr, minimum norm)

pseudoinverse %

image thumbnail

updated 6 years ago

Simple SVD by Paul Godfrey

SVD computation using QR decomposition (svd, singular, linear algebra)

svdsim(a,tol)

Contact us