Main Content

14,556 results in File Exchange

QR Code encoder

Version 1.1.0.0 by ejs

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

QR Code encode and decode

Version 1.0.0.0 by Lior Shapira

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

- Test QR encoding and decoding
  • 13K (All time)
  • 15 (Last 30 days)
  • 4.3 / 5
  • Community
  • 2 Nov 2010

QR Code reader example

Version 1.0.0 by Kei Otsuka

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.4K (All time)
  • 3 (Last 30 days)
  • 4.8 / 5
  • Community
  • 1 Apr 2019

QR Code Generator 1.1 based on zxing

Version 1.1 by Jens Richter

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)
  • 10 (Last 30 days)
  • 4.9 / 5
  • Community
  • 23 Dec 2016

QR code as image

Version 1.0.0.0 by Lindo Ouseph

QR code generate

QR code generation from a csv file to images

  • 377 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Feb 2017

QR Code Generator 1.2 based on zxing

Version 1.2.0 by Fernando Perdigão

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.

  • 161 (All time)
  • 10 (Last 30 days)
  • -- / 5
  • Community
  • 23 Sep 2024

acycle

Version 2.8 by Mingsong Li

Acycle: Time-series analysis software for research and education

- MATLAB code for prewhiten.fig
- MATLAB code for spectrum.fig
- MATLAB code for agescale.fig
- MATLAB code for copyright.fig
- MATLAB code for About.fig
- MATLAB code for LODGUI.fig
- MATLAB code for DYNOS.fig
- MATLAB code for Insolation.fig
- MATLAB code for ft.fig
- MATLAB code for linegenerator.fig
- MATLAB code for basicseries.fig
- MATLAB code for evofftGUI.fig
- MATLAB code for CorrelationGUI.fig
- MATLAB code for eCOCOGUI.fig
- MATLAB code for leadlagGUI.fig
- MATLAB code for coherenceGUI.fig
- MATLAB code for prewhitenGUI.fig
- MATLAB code for data_type.fig
- MATLAB code for interpolationGUI.fig
- MATLAB code for waveletGUI.fig
- MATLAB code for circularspecGUI.fig
- MATLAB code for DynamicFilter.fig
- MATLAB code for InterplationSeries.fig
- MATLAB code for undatableGUI.fig
- MATLAB code for languageGUI.fig
- MATLAB code for RecPlotGUI.fig
- MATLAB code for SpectralMomentsGUI.fig
- MATLAB code for DataExtractTab.fig
- MATLAB code for PlotAdv.fig
- MATLAB code for DataExtractML.fig
- MATLAB code for timeOptGUI.fig
- Inverse percentiles of a sample.
  • 367 (All time)
  • 8 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Feb 2024

QR decomposition with constrained diagonal phases (Lapack interface)

Version 1.3.0.0 by Sung-Eun Jo

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

- QR decomposition keeping the diagonal entries non-negative.
- QR decomposition preserving the phases of the diagonal entries.
- QR_LAPACK computes the QR decomposition with specific diagonal phases
- QR decomposition preserving the phases of the diagonal entries.
- Compute QR decomposition with specifying the phases of the diagonal entries:
  • 573 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 22 Sep 2014

QR Barcode restoration

Version 1.0.0.0 by Jerome Gilles

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

- Read test codes
  • 189 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 19 Mar 2018

qr code

Version 1.0.0.0 by minal gaikwad

generate code

code

  • 740 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 8 Oct 2014

jrichter24/toPPT

Version 2.5.0.0 by Jens Richter

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)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Dec 2016

Strong Rank Revealing QR decomposition

Version 1.0.3 by Xin Xing

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

  • 453 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2021

Symmetric QR Algorithm with Permutations

Version 1.0.0.0 by Aravindh Krishnamoorthy

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

  • 324 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Feb 2014

QR decomposition

Version 1.0.0 by Meysam Mahooti

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

  • 361 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Jan 2020

SVD, Eigen, QR and LU texture transforms

Version 1.0.0.0 by Stanislas Larnier

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

Fuzzy Neighbourhood Preserving Analysis with QR-Decomposition

Version 1.2.0.0 by Rami Khushaba

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

- Fuzzy Neighbourhood Preserving Analysis with QR-Decomposition
  • 1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Feb 2012

Rank-Revealing QR factorization

Version 1.5.0.2 by Ivo Houtzager

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)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 23 Aug 2022

Efficient Object-Oriented Kronecker Product Manipulation

Version 1.10.0.0 by Matt J

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

- QR method for KronProd class
  • 2.5K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Aug 2010

oseledets/TT-Toolbox

Version 1.0.0.0 by Ivan

MATLAB Toolbox for working with high-dimensional tensors in the Tensor-Train (TT)-format

  • 1.6K (All time)
  • 7 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Jan 2024

Quicker 1D linear interpolation: interp1qr

Version 1.1.0.0 by Jose M. Mier

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: -

- Quicker 1D linear interpolation
  • 2.8K (All time)
  • 2 (Last 30 days)
  • 4.4 / 5
  • Community
  • 5 Sep 2013

Chebfun - current version

Version 5.6.0.0 by Chebfun Team

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

- Orthogonal-triangular decomposition of a SEPARABLEAPPROX.
- Abstract implementation of Householder QR factorisation algorithm.
  • 11.4K (All time)
  • 19 (Last 30 days)
  • 4.9 / 5
  • Community
  • 1 Aug 2024

QR/RQ/QL/LQ factorizations

Version 1.9.0.4 by Ivo Houtzager

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)
  • 1 (Last 30 days)
  • 3.7 / 5
  • Community
  • 7 Apr 2021

MATLAB Coder Interface for Deep Learning

Use MATLAB Coder to generate C and C++ code for deep learning networks

Note: Starting in R2026a, to generate C/C++ code directly from PyTorch and LiteRT Models, use the MATLAB Coder Support Package for PyTorch and LiteRT Models. To generate C/C++ code from models using

  • 5.5K (All time)
  • 103 (Last 30 days)
  • 4.8 / 5
  • MathWorks
  • 26 Jan 2026

  • 1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Jul 2022

MultipleQR

Version 3.0.2 by Bruno Luong

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

QP a general convex qpp solver

Version 1.1.0.0 by Alain Barraud

QP solves dense convex quadratic programming and supports ill conditionned problem

  • 234 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Jan 2023

Chebfun V4 - old version; please download current version instead

Version 4.2.0.0 by Chebfun Team

Numerical computation with functions

- Tests QR factorization of Chebfun quasimatrices.
- CHEBGUIEDIT MATLAB code for chebguiedit.fig
- This code makes sure a few things are scale-invariant.
- This code makes sure a few things are ok if you make them complex,
  • 14K (All time)
  • 2 (Last 30 days)
  • 4.8 / 5
  • Community
  • 29 Oct 2015

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)
  • 15 (Last 30 days)
  • 3.3 / 5
  • MathWorks
  • 17 Jun 2026

sgolayqr(degree,hw,w)

Version 1.0.0.0 by Carlos Borges

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

- A code for constructing Savitzky-Golay filters using QR. The inputs
  • 45 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 24 Mar 2016

Linear Steady-state Observability and Redundancy Analysis

Version 1.0.0.0 by Karl Ezra Pilario

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

  • 112 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Nov 2017

Numerical Linear Algebra and Applications

Version 1.0.0.0 by Biswa Datta

Companion Software

- QRITRBBasic QR iteration
- QRITRH Hessenberg-QR iteration
- HOUSQR Householder QR factorization
- QRITRDSE Explicit double shift QR iteration
- QRITRSSE Explicit single-shift QR iteration
- CLGRSCH Classical Gram-Schmidt for QR factorization
- LSFRQRH Least Squares solutions using Householder QR
- MDGRSCH Modified Gram-Schmidt for QR factorization
- HOUSQRN Householder QR factorization of a nonsquare matrix
- CHOLQR Cholesky-QR algorithm for the symmetric definite pencil
- MNUDQRH Minimum-norm solution for the underdetermined problem using QR
- QRITRDSI One iteration step of the Implicit Double Shift QR Iteration
- LSRDQRH Least-squares solutions for the rank deficient problem using Householder QR
  • 3.5K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Nov 2002

Programming: Structuring Code

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

  • 651 (All time)
  • 9 (Last 30 days)
  • -- / 5
  • Community
  • 8 Oct 2025

  • 282 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2024

GPU Coder Interface for Deep Learning

Use GPU Coder to generate optimized CUDA code for deep learning networks

Note: Starting in R2026a, to generate CUDA code directly from PyTorch and LiteRT Models, use the MATLAB Coder Support Package for PyTorch and LiteRT Models. To generate CUDA code from models using

  • 3.6K (All time)
  • 63 (Last 30 days)
  • 5.0 / 5
  • MathWorks
  • 26 Jan 2026

LineCableLab

Version 7.0.3 by Amauri Martins-Britto

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 -

  • 328 (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Jul 2024

Numerical Methods Using MATLAB, 3e

Version 1.0.0.0 by John Mathews

Companion Software

- Input - A is a symmetric tridiagonal nxn matrix
- Input - A is a symmetric tridiagona nxn matrix
  • 12.2K (All time)
  • 2 (Last 30 days)
  • 4.5 / 5
  • Community
  • 6 Mar 2003

Simple SVD

Version 1.0.0.0 by Paul Godfrey

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

RunLength

Version 1.2.0.0 by Jan

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

- RUNLENGTH_M - RLE coding as M-function for education
  • 6.9K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Apr 2017

Multiple Precision Toolbox for MATLAB

Version 2.0 by Ben Barrowes

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)
  • 12 (Last 30 days)
  • 4.0 / 5
  • Community
  • 4 Aug 2022

Freeman Chain Code

Version 1.0.0.0 by Alessandro Mannini

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

- Freeman Chain Code
  • 8.1K (All time)
  • 3 (Last 30 days)
  • 4.2 / 5
  • Community
  • 24 Nov 2010

Using Legacy Code with MATLAB Coder

Version 1.1.0.1 by Anders Sollander

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

  • 723 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Sep 2016

Linear Algebra

Version 1.0.0.0 by Terry Lawson

Companion Software

- GRAMComputes QR decomposition of A.
  • 2.6K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Nov 2002

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

  • 42.5K (All time)
  • 259 (Last 30 days)
  • 3.7 / 5
  • MathWorks
  • 8 Jun 2026

HDL Coder Evaluation Reference Guide

Version 4.1.0 by MathWorks HDL Coder Team

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.4K (All time)
  • 20 (Last 30 days)
  • 4.9 / 5
  • Community
  • 24 Jun 2025

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.5K (All time)
  • 241 (Last 30 days)
  • 4.1 / 5
  • MathWorks
  • 8 May 2024

SahebehDadboud/QR_Algorithm_Octave

Version 1.0.0.0 by Sahebeh Dadboud

QR algorithm

Implement the basic QR algorithm and test it for a symmetric matrix

  • 21 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 9 Jan 2018

Updating thin QR factorization

Version 1.0.1 by Meimei Chen

Update existing QR factorization of A when A is modified, such as rank one update, delete or insert a row or a column.

Updating the thin QR factorization of A when A is modified. These functions run faster than qr when the dimension of A is large, such as 5000-by-50.Rank one update: rankoneupdate(Q, R, v, u):Update

  • 44 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 21 Apr 2021

QR DECOMPOSITION

Version 1.0.0 by Arshad Afzal

Finding QR decomposition of a matrix using Gram-Schmidt Orthogonalization

  • 488 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 13 Sep 2019

GramSchmidtQR

Version 1.0.1 by Jialei Xin

Gram Schmidt method for Full QR factorization

Give full QR factorization by Gram Schmidt method (based on Timothy Sauer's Numerical Analysis 2nd). This simple code is only for understanding and education. Matlab inherent command 'qr' is a

- : Gram Schmidt method for Full QR factorization
  • 140 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 28 Feb 2020

Numerical Methods Using MATLAB, 4e

Version 1.0.0.0 by John Mathews

Companion software to accompany the book "Numerical Methods Using MATLAB"

- Input - A is a symmetric tridiagonal nxn matrix
  • 37.5K (All time)
  • 12 (Last 30 days)
  • 3.9 / 5
  • Community
  • 18 Aug 2006

The Matrix Computation Toolbox

Version 1.0.0.0 by Nick Higham

A collection of M-files for carrying out various numerical linear algebra tasks.

- GQR Generalized QR factorization.
- GS_M Modified Gram-Schmidt QR factorization.
- GS_C Classical Gram-Schmidt QR factorization.
  • 12.3K (All time)
  • 4 (Last 30 days)
  • 4.5 / 5
  • Community
  • 11 Sep 2002

C_Code_Integration

Version 5.0 by Sebastien Dupertuis

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

- Button text alignment.
- Button text font.
- Customizable HTML button.
- Button icon alignment.
  • 898 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Feb 2024

  • 14.1K (All time)
  • 4 (Last 30 days)
  • 4.2 / 5
  • Community
  • 30 Aug 2002

Using CORDIC to perform the QR Factorization System

Version 1.0.0 by BLAISE KEVINE

THE COMPILATION OF COMPLEX MATRICES Using Coordinate Rotation Digital Computer to perform the QR Factorization System

algorithm to work with fixed-point types, then the best thing to do is to write it so that the same code continues working with floating-point. That way, when we are debugging, then we can switch the inputs

  • 7 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 5 Apr 2024

Coding Utilities

Version 1.10.0.0 by Joe Henning

Generation of code sequences and related utilities

This zip file contains nine functions related to the generation and use of code sequences. The functions are:1) addmseq.m generates additive MLS sequences.2) corr.m calculates estimates of the

  • 3.4K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Nov 2025

HDL Coder Self-Guided Tutorial

Version 1.75.0 by MathWorks HDL Coder Team

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.4K (All time)
  • 41 (Last 30 days)
  • 4.9 / 5
  • Community
  • 9 Feb 2026

Gray Code Manipulation

Version 1.0.0.0 by William Kahan

Generate Gray Codes and convert them to integers.

Gray Codes are used for Goniometers,a Hamiltonian Circuit on a Hypercube,and for searches and optimizations of functions of a few variables eachof which takes a few discrete values.For details see

- Function to convert a gray coded sequence to a decimal sequence
  • 2.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Jul 2007

CGPA CODE

Flexible Code To Compute Student G.P.A Point, CGPA & GP Class on Semester Basis By Fajimi Lanrewaju

this code is a flexible one that computes students gp, cgpa and the class the sudents belongs on scale of 0-5.0. it also dispays semester and session along with grades in each course in a tabular

- Flexible Code To Compute Student G.P.A Point & Class on Semester Basis By Fajimi Lanrewaju
  • 155 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Nov 2019

walsh code

Version 1.0.0.0 by Ashish Verma

generate orthogonal code

- orthogoanl code matrix
  • 284 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 May 2013

coder-swig

Version 1.0.0 by Ryan Livingston

Examples showing how to use SWIG to wrap MATLAB Coder generated C and C++ code for other languages

This project collects examples of generating code from MATLAB programs with MATLAB Coder and interfacing that generated code to various languages like Java and C#.

  • 92 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Apr 2023

Load more