awesome-MATLAB
A curated list of awesome MATLAB toolboxes, applications, software and resources.
https://github.com/mikecroucher/awesome-MATLAB
Last synced: about 17 hours ago
JSON representation
-
Learning MATLAB
- MATLAB Academy - MATLAB Onramp - Brief MATLAB introduction including language syntax and common workflows. Free for all.
- YAGTOM: Yet Another Guide TO MATLAB - This MATLAB® tutorial starts from the basics and builds up to advanced concepts such as object-oriented programming (Note the [Speedup Tricks](https://ubcmatlabguide.github.io/html/speedup.html)).
- Control Tutorials for MATLAB and Simulink - This site contains quite a bit control theory, some practical applications and how to implement these in MATLAB and SimuLink.
- Rosetta Code (MATLAB category) - Rosetta Code is a community comparing algorithms in different languages.
- MATLAB Onramp - Start here if you've never used MATLAB before. 2 hour interactive intro from MathWorks. Free for all.
- AI-assisted MATLAB Programming with ChatGPT - A Coursera course showing how to use ChatGPT to help you program in MATLAB
- Software Carpentry lessons in MATLAB - Teaching basic lab skills for research computing.
- Rosetta Code (MATLAB category) - Rosetta Code is a community comparing algorithms in different languages.
-
Artificial Intelligence and Machine Learning
- Deep Learning Toolbox - MATLAB's official deep learning toolbox from MathWorks
- MATLAB GPT - Discover MATLAB with the official MATLAB GPT by MathWorks.
- MATLAB Deep Learning Model Hub - Discover the latest pretrained models for deep learning in MATLAB.
- AI Verification: Constrained Deep Learning - Constrained deep learning is an advanced approach to training deep neural networks by incorporating domain-specific constraints into the learning process. [ [](https://www.mathworks.com/matlabcentral/fileexchange/163796-large-language-models-llms-with-matlab)
- AI Chat Playground - Free service from MathWorks. Chat with an AI about MATLAB and run code in the browser.
- Deep Learning Verification - Deep learning verification is a set of techniques for assessing the properties of deep neural networks. A free support package from MathWorks.
- Reinforcement Learning Toolbox - MATLAB's official toolbox for Reinforcement Learning from MathWorks.
- SciML-and-Physics-Informed-Machine-Learning-Examples - This repository collates a number of examples demonstrating Scientific Machine Learning (SciML) and Physics Informed Machine Learning. [](https://matlab.mathworks.com/open/github/v1?repo=matlab-deep-learning/SciML-and-Physics-Informed-Machine-Learning-Examples)
- Statistics and Machine Learning Toolbox - MATLAB's official traditional (i.e. not neural networks) machine learning toolbox from MathWorks
-
3rd Party Commercial Toolboxes
- Multiprecision Toolbox for MATLAB - This toolbox equips MATLAB with a new multiple precision floating-point numeric type and an extensive set of mathematical functions that are capable of computations with arbitrary precision.
- MOSEK Optimization Tools - The [MOSEK tools](https://mosek.com/resources/downloads) provide access to the powerful MOSEK optimization solvers from inside the MATLAB environment either by a classical [Toolobx](http://docs.mosek.com/7.1/tools/index.html) or by the modern object-oriented API [Fusion](http://docs.mosek.com/7.1/matlabfusion/index.html).
- FEATool Multiphysics - Finite Element FEM Simulation toolbox for Matlab and Octave featuring an easy to use GUI, integrated CAD, geometry, grid generation, solvers, and postprocessing functionality.
- FEM Operations Toolbox - From ANDATA. The FEM Operations Toolbox provides functions for the evaluation and analysis of the results of numerical simulations created with the finite element method (FEM).
- Multiprecision Toolbox for MATLAB - This toolbox equips MATLAB with a new multiple precision floating-point numeric type and an extensive set of mathematical functions that are capable of computations with arbitrary precision.
- MOSEK Optimization Tools - The [MOSEK tools](https://mosek.com/resources/downloads) provide access to the powerful MOSEK optimization solvers from inside the MATLAB environment either by a classical [Toolobx](http://docs.mosek.com/7.1/tools/index.html) or by the modern object-oriented API [Fusion](http://docs.mosek.com/7.1/matlabfusion/index.html).
- FEATool Multiphysics - Finite Element FEM Simulation toolbox for Matlab and Octave featuring an easy to use GUI, integrated CAD, geometry, grid generation, solvers, and postprocessing functionality.
-
Computational Mechanics
- GIBBON - An open-source ([get the source here](https://github.com/gibbonCode/GIBBON)) MATLAB toolbox for computational (bio)mechanics, computational geometry, image segmentation, meshing, lattice structure creation, and finite element analysis (by linking with the open source package [FEBio](https://febio.org/) and the commercial package ABAQUS).
-
Cool
- Engima - MATLAB version of the Enigma machine.
- Invisibility Cloak Using MATLAB and Simulink - This submission contains the implementation of an Invisibility Cloak using image thresholding and segmentation.
- Engima - MATLAB version of the Enigma machine.
-
Database Management
- Database toolbox - Official database toolbox from The MathWorks.
- Database toolbox - Official database toolbox from The MathWorks.
- go-redis - Free Redis Mex client for MATLAB.
- mex-sqlite3 - Free Sqlite3 Mex client for MATLAB.
- dotenv for MATLAB - Manage database configuration environment variables.
-
Games
- 2048 - 2048 is a game originally created by Gabriele Cirulli. This is a MATLAB implementation of the game.
- Flappy bird - As one of the most popular games on app stores before being taken down, Flappy Bird does not need any further introduction. Now, it has come back alive, on MATLAB.
- 2048 - 2048 is a game originally created by Gabriele Cirulli. This is a MATLAB implementation of the game.
- Flappy bird - As one of the most popular games on app stores before being taken down, Flappy Bird does not need any further introduction. Now, it has come back alive, on MATLAB.
-
Geospatial
- TopoToolbox - TopoToolbox is a MATLAB program for the analysis of digital elevation models (DEMs). It's free and open source.
- m_map - A mapping package for Matlab.
- Mapping Toolbox - The official Mapping Toolbox from MathWorks.
- m_map - A mapping package for Matlab.
-
Hardware
- Arduino Support package - MATLAB Support Package for Arduino Hardware
- CPU Info - Read various bits of information about the CPU and operating system.
- MATLAB Mobile - MATLAB on Android and iOS mobile phones and tablets.
- Raspberry Pi Support from MATLAB - Acquire sensor and image data from your connected Raspberry Pi.
- MATLAB Mobile - MATLAB on Android and iOS mobile phones and tablets.
- Raspberry Pi Support from MATLAB - Acquire sensor and image data from your connected Raspberry Pi.
- Rasperry Pi IO Support for Octave - Control Rasperry Pi GPIO Port from Octave.
-
High Performance Computing in MATLAB
- MATLAB on the NVIDIA GPU Cloud - Running MATLAB on the NVIDIA GPU Cloud.
-
Parallel Computing in MATLAB
- Parallel Computing Toolbox - Mathworks Toolbox. Provides support for various parallel programming paradigms to scale MATLAB to 1000s of CPU cores and GPUs. Also helps make maximum use of your laptop if that's the only hardware you have.
-
Image Processing and Computer Vision
- Computer Vision System Toolbox - The official computer vision toolbox from MathWorks.
- MatConvNet - MatConvNet is a free MATLAB toolbox implementing Convolutional Neural Networks (CNNs) for computer vision applications. It is simple, efficient, and can run and learn state-of-the-art CNNs. It provides pre-trained CNNs for image classification, segmentation, face recognition, and text detection.
- Image Processing Toolbox - The official Image Processing Toolbox from MathWorks.
- Zoning Aggregated Hypercolumns for Keyword Spotting - An image descriptor, suitable for keyword spotting, that is computed as a function of Convolutional Neural Network intermediate layer responses.
- Computer Vision System Toolbox - The official computer vision toolbox from MathWorks.
- Image Processing Toolbox - The official Image Processing Toolbox from MathWorks.
- MexOpenCV - MATLAB MEX interface for [OpenCV](http://opencv.org), i.e. one of the leading libraries for computer vision.
-
Model Reduction
- drtoolbox - Matlab Toolbox for Dimensionality Reduction.
- DMD Book - Dynamic Mode Decomposition Book Companion Code.
- emgr - EMpirical GRamian framework for model reduction of input-output systems.
- MOR Toolbox - Model Reduction Toolbox for MATLAB (formerly: [MORE](http://w3.onera.fr/more/) - a MOdel REduction Toolbox).
- KerMor - Model order reduction for nonlinear dynamical systems and nonlinear approximation.
- MORLAB - Model Order Reduction Laboratory.
- MORPACK - Model Order Reduction PACKage.
- MESS - The Matrix Equations Sparse Solvers library, is the successor to the Lyapack Toolbox.
- MRedTool - A MATLAB toolbox for model reduction of multi-dimensional systems.
- psssMOR - A parametric sparse state-space and Model Order Reduction toolbox.
- RBmatlab - A MATLAB library for model order reduction with Reduced Basis Methods.
- SiMpLIfy - Structured ModeL reduction.
- SLICOT - SLICOT Model and Controller Reduction Toolbox.
- SMORES - A Matlab tool for Simulation and Model Order Reduction of Electrical Systems.
- SOMDDPA - Second-Order Modally-Damped Dominant Pole Algorithm.
- SUMO - SUrrogate MOdelling lab.
- Nonlinear Model Reduction Routines for MATLAB - Empirical balanced truncation toolbox.
- DMD Book - Dynamic Mode Decomposition Book Companion Code.
- emgr - EMpirical GRamian framework for model reduction of input-output systems.
- hapod - Hierarchical Approximate Proper Orthogonal Decomposition.
- morgen - Model Order Reduction for Gas and Energy Networks.
- MORLAB - Model Order Reduction Laboratory.
- MORPACK - Model Order Reduction PACKage.
- MESS - The Matrix Equations Sparse Solvers library, is the successor to the Lyapack Toolbox.
- Nonlinear Model Reduction Routines for MATLAB - Empirical balanced truncation toolbox.
- redBKIT - A MATLAB library for reduced-order modeling of parametrized PDEs.
- SiMpLIfy - Structured ModeL reduction.
- SLICOT - SLICOT Model and Controller Reduction Toolbox.
- SMORES - A Matlab tool for Simulation and Model Order Reduction of Electrical Systems.
- SOMDDPA - Second-Order Modally-Damped Dominant Pole Algorithm.
- sssMOR - sparse state space and Model Order Reduction toolbox.
-
Interfacing with other languages
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- Fortran mex routines - Fortran MEX routines allow you to call Fortran code from within MATLAB.
- MATLAB Engine for Python - The MATLAB Engine for Python provides a Python package named `matlab` that enables you to call MATLAB functions from within Python.
- MATLink - To run MATLAB code inside Mathematica / Wolfram Language notebooks.
- Python - How to call Python functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- node-matlab - To run MATLAB code inside NodeJS.
- C/C++ mex routines - C/C++ MEX files allow to call C/C++ functions from within MATLAB.
- Fortran mex routines - Fortran MEX routines allow you to call Fortran code from within MATLAB.
- MATLAB Engine for Python - The MATLAB Engine for Python provides a Python package named `matlab` that enables you to call MATLAB functions from within Python.
- MATLink - To run MATLAB code inside Mathematica / Wolfram Language notebooks.
- Python - How to call Python functions from within MATLAB.
- Rcall - The Rcall interface runs in MATLAB and provides direct access to methods and software packages implemented in R.
-
Making Figures
- antijet - An alternative to the problematic "jet"-colormap.
- gramm - GRAMmar of graphics for Matlab.
- matplotlib colormaps - Perceptually uniform colormaps.
- plot2svg - exports MATLAB® figures to Scalable Vector Graphics format. This is particularly useful in older MATLAB® versions that don't support `print -dsvg`.
- wgPlot - A better version of gplot.
- xkcdify - xkcd-style plots.
- matlab2tikz - exports MATLAB® figures to TikZ code for seamless inclusion in LaTeX documents.
- export_fig - produces better vector/bitmap graphics than standalone MATLAB®.
- antijet - An alternative to the problematic "jet"-colormap.
- gramm - GRAMmar of graphics for Matlab.
- hq-matlab-figs - Creating high-quality graphics in MATLAB for papers and presentations.
- matplotlib colormaps - Perceptually uniform colormaps.
- plot2svg - exports MATLAB® figures to Scalable Vector Graphics format. This is particularly useful in older MATLAB® versions that don't support `print -dsvg`.
- saveFigure - exports MATLAB® figures to PDF, SVG, EPS and PNG with improved support for transparancy.
- wgPlot - A better version of gplot.
-
Using MATLAB in other environments
- Official MATLAB Kernel for Jupyter - Blog post describing how to install and use the official MATLAB Kernel for Jupyter
-
MATLAB-like environments
- Scilab - Scilab is free and open source software for numerical computation providing a powerful computing environment for engineering and scientific applications.
- MathScript - MathScript is an interpreter for MATLAB® code for the [LabView](http://www.ni.com/labview/) programming language.
- GNU Octave - GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It can run many MATLAB programs unmodified.
- Scilab - Scilab is free and open source software for numerical computation providing a powerful computing environment for engineering and scientific applications.
- MathScript - MathScript is an interpreter for MATLAB® code for the [LabView](http://www.ni.com/labview/) programming language.
-
Miscellaneous Free Toolboxes
- Chebfun - Chebfun is an open-source package for computing with functions to about 15-digit accuracy.
- IFISS - IFISS is a graphical package for the interactive numerical study of incompressible flow problems which can be run under MATLAB or Octave.
- Wavelab - WaveLab is a collection of MATLAB functions related to wavelet analysis.
- MPITB - MPI Toolbox for Matlab ([MPI Toolbox for Octave](http://www.ugr.es/~jfernand/mpitb.html)).
- Lightspeed - Microsoft Lightspeed Utilities Toolbox.
- bct - Brain Connectivity Toolbox.
- OpenCL Toolbox - OpenCL support for MATLAB.
- UQLab - The Framework for Uncertainty Quantification.
- Octave Forge - Extra packages for GNU Octave.
- Matrix Computation Toolbox - For constructing test matrices, computing matrix factorizations, visualizing matrices, and carrying out direct search optimization.
- GRANSO - GRadient-based Algorithm for Non-Smooth Optimization.
- ROSTAPACK - RObust STAbility PACKage.
- Wavelab - WaveLab is a collection of MATLAB functions related to wavelet analysis.
- IFISS - IFISS is a graphical package for the interactive numerical study of incompressible flow problems which can be run under MATLAB or Octave.
- Lightspeed - Microsoft Lightspeed Utilities Toolbox.
- UQLab - The Framework for Uncertainty Quantification.
- Octave Forge - Extra packages for GNU Octave.
- GRANSO - GRadient-based Algorithm for Non-Smooth Optimization.
- ROSTAPACK - RObust STAbility PACKage.
- MOCluGen - Multidimensional cluster generation in MATLAB/Octave.
-
Optimization
- Manopt - Free toolboxes for optimization on manifolds and matrices.
- Optimization Onramp - Free interactive course from MathWorks. Learn the basics of optimization in MATLAB.
- Global Optimization Toolbox - Offical toolbox from MathWorks. Includes algorithms such as Simulated Annealing, Particle Swarm Optimizaton and Genetic Algorithms.
- Optimization Toolbox - Official optimization Toolbox from MathWorks.
- Quadratic Unconstrained Binary Optimization (QUBO) - An optimization formulation that's available in MATLAB via the Quantum Computing Support package
-
Statistics
- FSDA Toolbox - FSDA (Flexible Statistics and Data Analysis) extends MATLAB and the Statistics Toolbox for the robust analysis of data sets affected by different sources of heterogeneity.
- FSDA Toolbox - FSDA (Flexible Statistics and Data Analysis) extends MATLAB and the Statistics Toolbox for the robust analysis of data sets affected by different sources of heterogeneity.
- Statistics and Machine Learning Toolbox - Statistics and Machine Learning Toolbox from MathWorks.
-
Websites
- Octave-Online - An online Octave interpreter.
- Matlab FAQ on Wikia
- Programming Community Curated Resources For Learning Matlab
- Assorted .m-files - by H.P. Gavin.
- MATLAB File Exchange - File Exchange lets you find and share custom applications, classes, code examples, drivers, functions, Simulink models, scripts, and videos.
- Cody - A website with programming challenges that consist of writing MATLAB® code. A fun way to improve your skills.
- MATLAB File Exchange - File Exchange lets you find and share custom applications, classes, code examples, drivers, functions, Simulink models, scripts, and videos.
- Cody - A website with programming challenges that consist of writing MATLAB® code. A fun way to improve your skills.
- Octave-Online - An online Octave interpreter.
- Matlab FAQ on Wikia
- Assorted .m-files - by H.P. Gavin.
-
Blogs
- Cleve's Corner: Cleve Moler on Mathematics and Computing - Cleve Moler is the author of the first MATLAB, one of the founders of MathWorks, and is currently Chief Mathematician at the company.
- The MATLAB Blog - Mike Croucher, a Customer Success Engineer at MathWorks, writes about MATLAB.
- Developer Zone - Developing, testing, and integrating production grade software using MATLAB.
- Guy and Seth on Simulink - Guy Rouleau and Seth Popinchalk are Application Engineers for MathWorks.
- Steve on Image Processing - Steve Eddins has developed MATLAB and image processing capabilities for MathWorks since 1993.
- Undocumented MATLAB - Yair Altman blogs about the hidden underbelly of MATLAB®. This is the place to be for discovering new and awesome features.
- WalkingRandomly - The MATLAB tag of WalkingRandomly.
- xcorr: comp neuro - MATLAB relevant post of XCORR.
- Matlab Geeks - Matlab Blog, Tutorials and Expertise.
- Guy and Seth on Simulink - Guy Rouleau and Seth Popinchalk are Application Engineers for MathWorks.
- Cleve's Corner: Cleve Moler on Mathematics and Computing - Cleve Moler is the author of the first MATLAB, one of the founders of MathWorks, and is currently Chief Mathematician at the company.
- Developer Zone - Developing, testing, and integrating production grade software using MATLAB.
- Steve on Image Processing - Steve Eddins has developed MATLAB and image processing capabilities for MathWorks since 1993.
- Undocumented MATLAB - Yair Altman blogs about the hidden underbelly of MATLAB®. This is the place to be for discovering new and awesome features.
- WalkingRandomly - The MATLAB tag of WalkingRandomly.
- xcorr: comp neuro - MATLAB relevant post of XCORR.
- Matlab Geeks - Matlab Blog, Tutorials and Expertise.
-
Books
- Accelerating MATLAB Performance: 1001 tips to speed up MATLAB programs - A superb guide to making MATLAB code faster.
- Data-Driven Science and Engineering: Machine Learning, Dynamical Systems and Control - This textbook brings together machine learning, engineering mathematics, and mathematical physics to integrate modeling and control of dynamical systems with modern methods in data science.
- The Elements of MATLAB Style - Coding guidelines for the MATLAB language.
- MATLAB for Dummies - A good beginners book.
- MATLAB Guide - By Desmond and Nicholas Higham. One of the best books for learning MATLAB
- Undocumented Secrets of MATLAB-Java Programming - A great guide on MATLAB® and its Java interface (e.g. for GUIs or interaction with JVM software).
- An Introduction to MATLAB for Behavioral Researchers - Beginner book for those with no programming experience. Targeted to those in psychology/behavioural sciences and uses real experimental data in examples.
- Accelerating MATLAB Performance: 1001 tips to speed up MATLAB programs - A superb guide to making MATLAB code faster.
- Data-Driven Science and Engineering: Machine Learning, Dynamical Systems and Control - This textbook brings together machine learning, engineering mathematics, and mathematical physics to integrate modeling and control of dynamical systems with modern methods in data science.
- Undocumented Secrets of MATLAB-Java Programming - A great guide on MATLAB® and its Java interface (e.g. for GUIs or interaction with JVM software).
- An Introduction to MATLAB for Behavioral Researchers - Beginner book for those with no programming experience. Targeted to those in psychology/behavioural sciences and uses real experimental data in examples.
-
Reference Cards
- MATLAB Quick Reference - by Eric Peasley, Department of Engineering Science, University of Oxford
- Cheat Sheets for MATLAB and Simulink - Use these cheat sheets as quick reference resources for MATLAB and Simulink.
- MATLAB Quick Reference - by Eric Peasley, Department of Engineering Science, University of Oxford
-
Social Media
- MATLAB on Facebook - Official Facebook page for MATLAB.
- MATLAB Reddit - MATLAB on Reddit.
- MATLAB on Stack Overflow - Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.
- MATLAB on Twitter - Official MATLAB twitter account.
- Octave on Stack Overflow - Stack Overflow has an extensive back catalogue of many answered questions.
- Octave Reddit - Octave on Reddit.
- MATLAB on Facebook - Official Facebook page for MATLAB.
- MATLAB on Stack Overflow - Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.
- MATLAB on Twitter - Official MATLAB twitter account.
- Octave on Stack Overflow - Stack Overflow has an extensive back catalogue of many answered questions.
-
MOOCs
- Linear Algebra: Foundations to Frontiers - Hands-on introduction to Linear Algebra using MATLAB.
- Linear Algebra: Foundations to Frontiers - Hands-on introduction to Linear Algebra using MATLAB.
-
Tips and Tricks
- Advanced Programming Techniques in MATLAB - Slides by Loren Shure.
- Guidelines for writing clean and fast code in MATLAB - A guide with best practices in MATLAB® programming to which anybody can [contribute](https://github.com/nschloe/matlab-guidelines).
- Octave and MATLAB Snippets - Collection of code snippets.
- Lanczos Algorithm for SVD - MATLAB Code
- Jie Chen's Software - Collection of companion codes (mostly MATLAB).
- SSP RK - Strong Stability Preserving Runge-Kutta Codes.
- BV78 - Shampine's Adaptive Block Vectorized Runge-Kutta 7-8.
- MATLAB Style Guidelines 2.0 - by R. Johnson.
- parrun.sh - MATLAB and OCTAVE Parallel Job Script.
- flamegraph - Flame graph visualization for Octave's profiler output.
- mlintall - Recursive `mlint`
- Guidelines for writing clean and fast code in MATLAB - A guide with best practices in MATLAB® programming to which anybody can [contribute](https://github.com/nschloe/matlab-guidelines).
- Octave and MATLAB Snippets - Collection of code snippets.
- knkutils - MATLAB utility functions written by Kendrick Kay.
- Lanczos Algorithm for SVD - MATLAB Code
- SSP RK - Strong Stability Preserving Runge-Kutta Codes.
- flamegraph - Flame graph visualization for Octave's profiler output.
-
Interfacing with other programs
- MATLAB QuickLook - QuickLook preview generator for MAT files. This shows the contents of your MAT files in Finder. The binary is only compatible with 64 bit OS X.
- MATLAB-git - A thin wrapper to call `git` from within a MATLAB console.
- JSONlab - Toolbox to encode/decode [JSON](http://www.json.org) data files from within MATLAB and Octave.
-
GPU Computing in MATLAB
- Deep Learning with MATLAB on Multiple GPUs - MATLAB supports training a single deep neural network using multiple GPUs in parallel.
- GPU Section of the MATLAB Blog - Mike Croucher from MathWorks writes about GPU Programming in MATLAB
- GPU Computing using Parallel Computing Toolbox - The relevant section of the documentation for getting started with GPU computing using NVIDIA GPUs in MATLAB.
- GPU Coder - Generates CUDA code from MATLAB code.
- MATLAB on the NVIDIA GPU Cloud - Running MATLAB on the NVIDIA GPU Cloud.
- NVIDIA Jetson Support from MATLAB Coder - MATLAB Coder support package for NVIDIA® Jetson™ and NVIDIA DRIVE™ platforms automates the deployment of MATLAB algorithm or Simulink design on embedded NVIDIA GPUs such as the Jetson platform.
-
Quantum Computing
- MATLAB Support Package for Quantum Computing - MATLAB Support Package for Quantum Computing lets you build, simulate, and run quantum algorithms. You can use your own PC or real quantum hardware via the cloud.
- QCLAB MATLAB Toolbox - QCLAB is an object-oriented MATLAB toolbox for creating, representing and simulating quantum circuits.
- Strangeworks SDK - This allows users to submit jobs from MATLAB to a range of Quantum Hardware via the Strangeworks platform.
-
Courseware
- Computer Vision Basics - This curriculum module contains interactive MATLAB live scripts centered on the fundamentals of image segmentation.
- Convolution in Digital Signal Processing - This curriculum module contains interactive MATLAB live scripts and supporting data files centered around the fundamentals of convolution in digital signal processing.
Programming Languages
Categories
Interfacing with other languages
59
Model Reduction
31
Miscellaneous Free Toolboxes
20
Tips and Tricks
17
Blogs
17
Making Figures
15
Websites
11
Books
11
Social Media
10
Artificial Intelligence and Machine Learning
10
Learning MATLAB
8
Hardware
7
3rd Party Commercial Toolboxes
7
Image Processing and Computer Vision
7
GPU Computing in MATLAB
6
Database Management
5
Optimization
5
MATLAB-like environments
5
Geospatial
4
Games
4
Cool
3
Interfacing with other programs
3
Quantum Computing
3
Statistics
3
Reference Cards
3
Courseware
2
MOOCs
2
Computational Mechanics
1
High Performance Computing in MATLAB
1
Using MATLAB in other environments
1
Parallel Computing in MATLAB
1
Sub Categories
Keywords
matlab
4
neural-networks
2
deep-learning
2
convolutional-networks
1
signal-processing
1
matrix
1
data
1
analytics
1
algebra
1
pretrained-models
1
model-zoo
1
matlab-deep-learning
1
awesome-list
1
awesome
1
tikz
1
pgfplots
1
octave
1
matlab2tikz
1
openai-chatgpt
1
openai-api
1
ollama-api
1
ollama
1
llm
1
chatgpt-api
1
azure
1
monotonicity
1
monotonic
1
lipschitz-network
1
lipschitz
1
deep-learning-algorithms
1
convex-neural-network
1
convex
1
ai-verification
1
matconvnet
1
keyword-spotting
1
latex
1