mathworks-robotics /
awesome-matlab-robotics
This is a list of awesome demos, tutorials, utilities and overall resources for the robotics community that use MATLAB and Simulink.
78/100 healthLoading repository data…
findstructureintime / repository
This is the github repository containing the four Matlab code modules with sample examples introduced in the paper, Finding Structure in Time: Visualizing and Analyzing Behavioral Time Series.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is the github repository containing the five Matlab code modules with sample examples introduced in the paper, Finding Structure in Time: Visualizing and Analyzing Behavioral Time Series. Here is the paper(please see updated Figure 6 here). These code modules aim to facilitate behavioral researchers with varying degrees of programming skills to interpret and analyze high-density multi-modal behavioral data.
The five modules include:
The five modules are complementary to each other, yet each module is standalone. Novice programmers will benefit most from the modules if they carefully work through the material in Modules 1 and 2 before attempting to run or modify the later modules. More experienced programmers can more selectively focus on the modules of greatest interest to them, modifying scripts to meet their own analysis goals.
Our scripts can be run on Matlab version 2018a and later versions. Matlab is available on all three main types of operating systems: Windows, macOS, and Linux. While Matlab is not free and open source which presents limitations to our users, many institutions offer Matlab for free. One can check this following website to see if a free campus license is available here. Here are the instructions for Matlab installation. Alternatively, users can install and run our code modules on GNU Octave which is open source and runs on GNU/Linux, macOS, BSD, and Windows. This page contains the installation information for GNU Octave.
For Octave users, please download statistics package from here and image package from here. After open Octave, please install and load the packages by typing the commands below:
pkg install statistics-1.4.1.tar.gz
pkg load statistics
pkg install image-2.12.0.tar.gz
pkg load image
Clone or download on this page to download a ZIP file. Or, if you use Git Bash, simply type in:git clone https://github.com/findstructureintime/Time-Series-Analysis.git
Open Matlab and set your working path to the folder containing the downloaded toolkit.
Go to each module folder, view instructions in README.md/pdf and start running!
Selected from shared topics, language and repository description—not editorial ratings.
mathworks-robotics /
This is a list of awesome demos, tutorials, utilities and overall resources for the robotics community that use MATLAB and Simulink.
78/100 healthUSNavalResearchLaboratory /
This is a collection of Matlab functions that are useful in the development of target tracking algorithms.
72/100 healthThis is a workshop on implementing model predictive control (MPC) and moving horizon estimation (MHE) on Matlab. The implementation is based on the Casadi Package which is used for numerical optimization. A non-holonomic mobile robot is used as a system for the implementation. The workshop video recording can be found here https://www.youtube.com/playlist?list=PLK8squHT_Uzej3UCUHjtOtm5X7pMFSgAL ... Casadi can be downloaded here https://web.casadi.org/
This tutorial is a companion volume of Matlab versionm but add more. Main objective is the transference of know-how in practical applications and management of statistical tools commonly used to explore meteorological time series, focusing on applications to study issues related with the climate variability and climate change. This tutorial starts with some basic statistic for time series analysis as estimation of means, anomalies, standard deviation, correlations, arriving the estimation of particular climate indexes (Niño 3), detrending single time series and decomposition of time series, filtering, interpolation of climate variables on regular or irregular grids, leading modes of climate variability (EOF or HHT), signal processing in the climate system (spectral and wavelet analysis). In addition, this tutorial also deals with different data formats such as CSV, NetCDF, Binary, and matlab'mat, etc. It is assumed that you have basic knowledge and understanding of statistics and Python.
78/100 healthYuYongRun /
This is the Matlab realization of Polar Decoders, including CA-SCL, Fast CA-SCL and BP decoder.
57/100 healthtomcattiger1230 /
This repository is an implementation of the work from Mohamed W. Mehrez. I convert the original code in MATLAB to the Python
64/100 health