matshare

a subsystem for shared memory in MATLAB
37 Downloads
Updated 18 Sep 2018

matshare is a subsystem for MATLAB R2008b to R2017b which provides functions for creating and operating on shared memory. It has mechanisms for automatic garbage collection, thread-safe memory creation, and in-place overwriting.

To install, go to the linked website and either download a binary or source archive.

Note: The download here is for the sources. If you don't want to (or can't) build MEX, go to the linked website and pick up a binary archive.

Cite As

Gene Harvey (2026). matshare (https://github.com/gharveymn/matshare), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with R2008b to R2017b
Platform Compatibility
Windows macOS Linux
Categories
Find more on Parallel Computing Fundamentals in Help Center and MATLAB Answers

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.2.0

Adds atomic variable operations, more efficient locking, and some bug fixes.

1.1.0

This release adds the ability to name your shared variables for easier management. It also fixes a few bugs in the last release. The releases are still located at the linked website. Enjoy!

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.