Functions to encode and decode a QR bar-code in images
A wrapper to the zxing library (http://code.google.com/p/zxing/). This submission includes files to encode a QR code from a string message, and decode a string message from an image containing an
- 12.9K (All time)
- 17 (Last 30 days)
- 4.3 / 5
- Community
-
2 Nov 2010
- 375 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
16 Feb 2017
The QR Code encoder, based on Lior Shapira's work
readable manner.NB: using character set other than ISO-8859-1 will probably make QR code unreadable by any QR decoder, except ZXing's. UTF-8 is set the default encoding!The QR decoder is the same as Lior
- 2.8K (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
26 Jun 2013
Read characters embedded as QR Code using MATLAB functions
This example shows how to decode QR Code to read characters embedded in QR Code using MATLAB functions. QR Code used in this example is encoded in version2 format that has 25x25 modules, and error
- 1.3K (All time)
- 2 (Last 30 days)
- 4.8 / 5
- Community
-
1 Apr 2019
QR Code Generator 1.1 based on zxing
QR Code generator 1.1 can generatre QR-Codes based on the zxing library.
QR Code generator can generate QR-Codes based on the zxing library. All files can be imported on the fly from a maven repository or can be downloaded via a command. Zxing is an open source project so
- 5.2K (All time)
- 11 (Last 30 days)
- 4.9 / 5
- Community
-
23 Dec 2016
toPPT is a powerful tool for generating powerpoint presentations programmatically defined in matlab.
purpose it will use scripts written by Jens Richter and in addition scripts written by others (see Acknowledgment) . All code was tested with Matlab 2012-2016 and PowerPoint 2013 and
- 6.8K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
23 Dec 2016
- 356 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
13 Feb 2024
QR Code Generator 1.2 based on zxing
Version 1.2 (10 KB) by Fernando Perdigao following QR Code generator 1.1 by Jens Richter
Can generatre QR-Codes based on the zxing library.
- 143 (All time)
- 10 (Last 30 days)
- -- / 5
- Community
-
23 Sep 2024
QR decomposition with constrained diagonal phases (Lapack interface)
The code computes the QR decomposition with specific diagonal phases.
Matlab provides QR decomposition routines based on Lapack subroutines ZGEQRF/ZGEQPF and ZUNGQR. Such routines make the diagonal entries be real.For general diagonal conditions, this code 'qr
- 573 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
22 Sep 2014
This code performs blind deblurring and denoising of QR barcodes
This is the original code used in the article: Y. van Gennip, P. Athavale, J. Gilles, R. Choksi, "A regularization approach to blind deblurring and denoising of QR barcodes". IEEE Transactions on
- 188 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
19 Mar 2018
These live scripts teach programming basics related to organizing code into functions, describing, debugging, and sharing code.
# Programming: Structuring CodeLearn how to write and document functions, and how to debug, comment on, and share your code.[![View on File
- 632 (All time)
- 11 (Last 30 days)
- -- / 5
- Community
-
8 Oct 2025
Strong Rank Revealing QR decomposition
A matlab implementation of the strong rank revealing QR.
This code is for the strong rank-revealing QR (Strong RRQR) introduced in the following reference. Reference: Gu, Ming, and Stanley C. Eisenstat. "Efficient algorithms for computing a strong
- 448 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
16 Jul 2021
RunLength coding as fast MEX and M-code
RUNLENGTH - Run-length codingRun-length encoding splits a vector into one vector, which contains theelements without neighboring repetitions, and a second vector, whichcontains the number of
- 6.8K (All time)
- 11 (Last 30 days)
- 5.0 / 5
- Community
-
8 Apr 2017
MATLAB Coder Interface for Deep Learning
Use MATLAB Coder to generate C and C++ code for deep learning networks
MATLAB Coder generates C and C++ code from MATLAB code for a variety of hardware platforms, from desktop systems to embedded hardware. It supports most of the MATLAB language and a wide range of
- 5.3K (All time)
- 107 (Last 30 days)
- 4.8 / 5
- MathWorks
-
26 Jan 2026
Embedded Coder Support Package for STMicroelectronics STM32 Processors
Design, simulate, and implement applications for STM32 processors
NOTE: Starting R2026a, this support package is replaced by the STM32 Microcontroller Blockset. It remains available for earlier releases but will not receive further feature updates.Embedded Coder
- 41.9K (All time)
- 664 (Last 30 days)
- 3.7 / 5
- MathWorks
-
3 Apr 2026
Symmetric QR Algorithm with Permutations
Demonstrates the Symmetric QR Algorithm with Permutations
The files demonstrate the Symmetric QR algorithm with Permutation, and compare the performance to classic QR algorithm and variants.Based upon: Symmetric QR Algorithm with Permutations
- 323 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
21 Feb 2014
QR Decomposition or Factorization (Householder Reflections Approach)
In linear algebra, a QR decomposition, also known as a QR factorization or QU factorization is a decomposition of a matrix A into a product A = QR of an orthogonal matrix Q and an upper triangular
- 358 (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
11 Jan 2020
Embedded Coder Support Package for Texas Instruments C2000 Processors
Supported until 2022b
NOTE: This support package is no longer supported by MathWorks. It is recommended that you use C2000 Microcontroller Blockset.Embedded Coder® Support Package for Texas Instruments C2000™ Processors
- 57.1K (All time)
- 232 (Last 30 days)
- 4.1 / 5
- MathWorks
-
8 May 2024
Embedded Coder Support Package for ARM Cortex-M Processors
Generate code optimized for Cortex-M processors.
Embedded Coder® Support Package for ARM® Cortex®-M Processors lets you generate optimized code for math operations using the CMSIS library. Use this generated code for ARM Cortex-M processors. For
- 21.5K (All time)
- 173 (Last 30 days)
- 4.8 / 5
- MathWorks
-
26 Jan 2026
GPU Coder Interface for Deep Learning
Use GPU Coder to generate optimized CUDA code for deep learning networks
GPU Coder generates optimized CUDA code from MATLAB code and Simulink models for deep learning, embedded vision, and autonomous systems. You can deploy a variety of pretrained deep learning networks
- 3.5K (All time)
- 68 (Last 30 days)
- 5.0 / 5
- MathWorks
-
26 Jan 2026
SVD, Eigen, QR and LU texture transforms
Compute the SVD, Eigen, QR and LU texture transforms of an image.
The function textureTransform is able to compute the SVD, Eigen, QR or LU texture transforms which are described in Chapter 3 of A.T.Targhi's thesis, The Texture-Transform: An Operator for Texture
- 709 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
20 Dec 2014
MATLAB Coder Interface for Visual Studio Code Debugging
Use Visual Studio Code to view and debug C and C++ code, in combination with supported MATLAB and Simulink workflows.
MATLAB Coder Interface for Visual Studio Code DebuggingThe MATLAB® Coder™ Interface for Visual Studio® Code™ Debugging support package allows you to use Visual Studio Code to view and debug C and C++
- 1.9K (All time)
- 26 (Last 30 days)
- 3.3 / 5
- MathWorks
-
26 Jan 2026
Fuzzy Neighbourhood Preserving Analysis with QR-Decomposition
Feature reduction (projection) using fuzzy discriminant analysis with QR-decomposition.
] R. N. Khushaba, S. Kodagoa, Dikai Liu, and G. Dissanayake, "Electromyogram (EMG) based Fingers Movement Recognition Using Neighborhood Preserving Analysis with QR-Decomposition", Proceedings of ISSNIP
- 998 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
13 Feb 2012
Appending an existing QR decomposition: qrappend(q0, r0, Ap)
Efficiently update a QR decomposition that might be economy size (thin form)
This algorithm computes the QR factorization of the matrix "A = q0*r0" with Ap appended at the end via the Modified Gram-Schmidt algorithm. It updates an existing QR decomposition without
- 55 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
3 Mar 2017
Efficient Object-Oriented Kronecker Product Manipulation
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
- 2.5K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
5 Aug 2010
Quicker 1D linear interpolation: interp1qr
Same functionality as built-in MATLAB function 'interp1q' but 3x faster.
Quicker 1D linear interpolation: 'interp1qr'Performs 1D linear interpolation of 'xi' points using 'x' and 'y', resulting in 'yi', following the formula yi = y1 + (y2-y1)/(x2-x1)*(xi-x1).Variables: -
- 2.8K (All time)
- 1 (Last 30 days)
- 4.4 / 5
- Community
-
5 Sep 2013
MATLAB Toolbox for working with high-dimensional tensors in the Tensor-Train (TT)-format
- 1.5K (All time)
- 13 (Last 30 days)
- 5.0 / 5
- Community
-
10 Jan 2024
Perform a bunch of QR factorization of same size matrix
If you have many (small) matrices that need to factorized in QR, instead of calling MATLAB qr in the for-loop you could use this function that can reduce by more than 6 the runtime.According to my
- 157 (All time)
- 3 (Last 30 days)
- -- / 5
- Community
-
2 Dec 2020
Gives Freeman chain code 8-connected representation of a boundary
unwrap - (optional, default=false) unwrap code OUTPUT: -------------------------------------------------------- cc is a structure with the following fields: cc.code - 8-connected Freeman
- 8.1K (All time)
- 3 (Last 30 days)
- 4.2 / 5
- Community
-
24 Nov 2010
Numerical computation with functions
and nonlinear differential and integral operators, and also includes continuous analogues of linear algebra notions like QR and singular value decomposition. The Chebfun2 extension works with functions
- 11.3K (All time)
- 101 (Last 30 days)
- 4.9 / 5
- Community
-
1 Aug 2024
Rank-Revealing QR factorization
Rank-Revealing QR factorization of an array
Rank-Revealing QR factorization of an array. The mex-functions are using the rank-revealing QR routines xGEQPX and xGEQPY from ACM Algorithm 782. Can also handle complex and single precision array's.
- 2.2K (All time)
- 4 (Last 30 days)
- 4.0 / 5
- Community
-
23 Aug 2022
HDL Coder Evaluation Reference Guide
Getting started guide for learning and evaluating HDL Coder
Guidelines for getting started using HDL Coder to generate VHDL or Verilog to target FPGA or ASIC hardware. The document provides practical guidance for:Setting up your MATLAB algorithm or Simulink
- 5.3K (All time)
- 27 (Last 30 days)
- 4.9 / 5
- Community
-
24 Jun 2025
Chebfun V4 - old version; please download current version instead
Numerical computation with functions
- 14K (All time)
- 5 (Last 30 days)
- 4.8 / 5
- Community
-
29 Oct 2015
QP a general convex qpp solver
QP solves dense convex quadratic programming and supports ill conditionned problem
- 230 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
31 Jan 2023
QR/RQ/QL/LQ factorizations of an array.
Currently RQ, QL, and LQ factorizations are not included in Matlab, although these factorizations can also be done by QR function and additional matrix manipulations if matrix is square. Therefore I
- 5K (All time)
- 6 (Last 30 days)
- 3.7 / 5
- Community
-
7 Apr 2021
HDL Coder Self-Guided Tutorial
Learn how to deploy an algorithm to an FPGA using MATLAB and Simulink.
the hardware architecture * Convert the design to fixed-point * Generate and synthesize the HDL code
- 8.3K (All time)
- 154 (Last 30 days)
- 4.9 / 5
- Community
-
9 Feb 2026
Segment images interactively, and generate MATLAB code
An interactive app and function for segmenting images.
Interactive UI for segmenting images. Explore different approaches, then export segmentation mask and reproduction code.Supports all tunable parameters for EDGE detection, THRESHOLDING (including
- 9.8K (All time)
- 17 (Last 30 days)
- 4.9 / 5
- Community
-
11 Nov 2020
- 275 (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
16 Jul 2024
- 3.5K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
21 Nov 2002
QR decomposition using Householder Reflection
Calculates the QR decomposition of a matrix, A using Householder Reflection.
- 361 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
7 Jul 2020
- 12.2K (All time)
- 1 (Last 30 days)
- 4.5 / 5
- Community
-
6 Mar 2003
Toolbox in MATLAB for modelling of overhead and underground transmission lines.
: https://www.mathworks.com/matlabcentral/fileexchange/22885-eigenshuffle. Unzip the file into the folder `mode_decomp_funs`. The Eigenshuffle code is used as an additional method to perform the modal decomposition avoiding switchovers in the frequency-domain.- Bodefit -
- 317 (All time)
- 6 (Last 30 days)
- 5.0 / 5
- Community
-
31 Jul 2024
SVD computation using QR decomposition
A very short and simple program that computes the singular value decomposition of a matrix using the QR decomposition.
- 12.9K (All time)
- 4 (Last 30 days)
- 3.9 / 5
- Community
-
23 Oct 2006
Multiple Precision Toolbox for MATLAB
This toolbox defines a new mp class allowing multiple precision objects in MATLAB.
source code. Look at the @mp directory under the MATLAB directory for a list of mp supported functions. If the function is not specifically written for mp objects, it still may work if the function in
- 13.7K (All time)
- 10 (Last 30 days)
- 4.0 / 5
- Community
-
4 Aug 2022
Embedded Coder Support Package for BeagleBone Black Hardware
Generate code optimized for BeagleBone Black.
Capabilities and FeaturesYou can design models in Simulink, generate code using Embedded Coder, and run the executables on BeagleBone® Black, a low-cost, single-board computer designed for digital
- 7.9K (All time)
- 26 (Last 30 days)
- 3.0 / 5
- MathWorks
-
26 Jan 2026
Linear Steady-state Observability and Redundancy Analysis
Variable classification in a process flow network using QR factorization
. But, is the measurement information enough?This MATLAB code answers the following questions:1. Among the unmeasured flows, is there a flow that CANNOT be solved from the values of the measured flows
- 111 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
25 Nov 2017
This code correctly computes Savitzky-Golay filters. It is a replacement for the Matlab sgolay code.
This code computes Savitzky-Golay filters using a method similar to that used in the Matlab sgolay code. However, this implementation is far less prone to problems due to conditioning. Furthermore
- 45 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
24 Mar 2016
Using Legacy Code with MATLAB Coder
Some examples on building MATLAB code with existing C code
This file exchange submission contains some examples on how to includecustom C code when using MATLAB Coder, and how to support an implementationfor standard MATLAB functions not supported by MATLAB
- 722 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2016
HDL Coder Support Package for AMD FPGA and SoC Devices
Generate and deploy HDL code and Embedded Software from MATLAB and Simulink for Xilinx FPGA and SoC devices
HDL Coder™ enables implementation of Simulink models and MATLAB algorithms onto Xilinx® FPGA and SoC devices for fast prototyping on hardware using the HDL Coder Support Package for Xilinx FPGA and
- 7.7K (All time)
- 47 (Last 30 days)
- 3.4 / 5
- MathWorks
-
26 Jan 2026
Transit Search Optimization Algorithm (2022): MATLAB Codes
The codes of a novel astrophysics-inspired meta-heuristic optimization algorithm, namely Transit Search (TS)
- 1.7K (All time)
- 14 (Last 30 days)
- 5.0 / 5
- Community
-
8 Jul 2023
C Code Integration in MATLAB and Simulink to Control an External Interface.
The goal of this demo is to showcase integration of C code in MATLAB and Simulink. A C# interface of a parking meter has some emulated HW registers that can be accessed through a shared memory area
- 894 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
20 Feb 2024
Numerical Methods Using MATLAB, 4e
Companion software to accompany the book "Numerical Methods Using MATLAB"
- 37.5K (All time)
- 8 (Last 30 days)
- 3.9 / 5
- Community
-
18 Aug 2006
Simscape Multibody Model from MATLAB Code
MATLAB code to build a Simscape Multibody model of a single link and a multi-link pendulum
This file contains MATLAB code to build a Simscape Multibody model of a single link and a multi-link pendulum. MATLAB commands such as add_block, add_line, and set_param are used to add, connect
- 2.1K (All time)
- 18 (Last 30 days)
- 4.5 / 5
- Community
-
5 Nov 2025
Offers an enjoyable Model-Based Design experience using Simulink models with Lego robots
controller models are used with LEGO's latest high-tech robot (ARM-based LEGO Mindstorms NXT) to illustrate industrial application of Model-Based Design with Production Code Generation. Take note of the model
- 64.7K (All time)
- 10 (Last 30 days)
- 4.7 / 5
- Community
-
1 Mar 2012
- 14.1K (All time)
- 1 (Last 30 days)
- 4.2 / 5
- Community
-
30 Aug 2002
Load SVG into your MATLAB code
This function is not perfect yet, but it is better than any of the existing svg read functions.
- 1.8K (All time)
- 10 (Last 30 days)
- 4.5 / 5
- Community
-
24 Jul 2019
Computation of the Friedrichs and Poincare constants in 2D/3D
Computation of Friedrichs and Poincare constants in 2D/3D from generalized eigenvalue problems.
To run the code, type 'start_2D' or 'start_3D' in the MATLAB window. Mass and stiffness matrices are assembled for nested uniform meshes (triangles in 2D and tetrahedral in 3D) starting from a coarse
- 1.5K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
11 Apr 2018