The Wayback Machine - https://web.archive.org/web/20210826073817/https://github.com/topics/matlab-toolbox
Here are
223 public repositories
matching this topic...
Robotics Toolbox for MATLAB
Updated
Sep 24, 2020
MATLAB
NaveGo: an open-source MATLAB/GNU Octave toolbox for processing integrated navigation systems and performing inertial sensors analysis.
Updated
Jul 7, 2021
MATLAB
MATLAB library for non-negative matrix factorization (NMF): Version 1.8.1
Updated
Oct 14, 2020
MATLAB
Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
Updated
Feb 13, 2021
MATLAB
Image Processing library for Matlab
Updated
Jul 16, 2021
MATLAB
A MATLAB toolbox for classifier: Version 1.0.7
Updated
Jun 11, 2018
MATLAB
Simple Matlab package management inspired by pip
Updated
Aug 18, 2021
MATLAB
An Object Oriented MATLAB toolkit for (Multi) Target Tracking.
Updated
Oct 6, 2020
MATLAB
Updated
Aug 24, 2021
MATLAB
The main project for the MATLAB / GNU Octave code of FESTUNG
Updated
Jul 2, 2021
MATLAB
Microstate EEGlab toolbox
Updated
Mar 5, 2021
MATLAB
MATLAB Tensor Toolbox (by Tamara Kolda)
Updated
Feb 8, 2017
MATLAB
Kinematics, Dynamics, Trajectory planning and Control of a 4 degrees of freedom robotic arm with matlab robotic toolbox
Updated
Jun 16, 2019
MATLAB
CFDTool - An easy to use OpenFOAM / SU2 / CFD simulation toolbox for MATLAB
Updated
Jul 25, 2021
MATLAB
Microwave Radar-based Imaging Toolbox (MERIT) is free and open-source software for microwave radar-basaed imaging. Including getting started guides and example data, MERIT is a flexible and extensible framework for developing, testing, running and optimising radar-based imaging algorithms.
Updated
Jul 4, 2019
MATLAB
sssMOR - Sparse State-Space and Model Order Reduction Toolbox
Updated
Jun 23, 2020
MATLAB
OpenCL wrapper for Mathworks Matlab
Basic integration for Slack notifications for Matlab.
Updated
Nov 20, 2014
MATLAB
Toolbox of adaptive Fourier decomposition (AFD) including MATLAB and Python versions
Updated
Aug 22, 2021
MATLAB
Matlab toolbox for sparse regression
An open-source linear control toolbox for MATLAB.
Updated
Oct 30, 2020
MATLAB
A matlab suite for Psycho-Physiological Modelling
Updated
Aug 24, 2021
MATLAB
Updated
Apr 3, 2018
MATLAB
An ice-flow model written in Matlab
A Matlab toolbox for the PVT calculation using the cubic equations of state (EOS)
Updated
Jan 21, 2021
MATLAB
Statistical Data Analysis Toolbox for Matlab. Provides a Table class similar to R's dataframe, as well a exloratory data analysis tools.
Updated
Jul 21, 2021
MATLAB
scGEAToolbox: Matlab toolbox for single-cell gene expression analyses
Updated
Aug 25, 2021
MATLAB
Matlab/Octave Toolbox for Optical Design
Updated
Oct 4, 2020
MATLAB
Improve this page
Add a description, image, and links to the
matlab-toolbox
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
matlab-toolbox
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi! I am very new to Rust, so I apologize if this ends up being a naive question.
So, for my robot motion optimization application, I have created an objective function and gradient function in the required format using closures, but the closure types are FnMut’s rather than Fn’s. This leads to the compiler complaining since the OpEn library forces the objective and gradient functions to be F