These functions can serialize most MATLAB data structures into a byte vector and vice versa.
This is an optimized rewrite of Tim Hutt's Serialize/Deserialize functions (it is up to 10x faster on arcane data structures) and supports a few additional data types.Known limitations:* Java objects
- 3.6K (All time)
- 5 (Last 30 days)
- 4.8 / 5
- Community
-
26 Jan 2012
Encode and decode almost any matlab variable into a sequence of bytes.
This pair of functions can serialize and deserialize (i.e. encode and decode) almost any matlab object into a sequence of bytes. This will be useful for saving objects to disk, sending them over the
- 2.1K (All time)
- 1 (Last 30 days)
- 4.4 / 5
- Community
-
16 Dec 2010
MP3 a medical imaging toolbox (MRI, CT, PET...)
Medical software for Processing multi-Parametric images Pipelines
- 1.3K (All time)
- 16 (Last 30 days)
- 5.0 / 5
- Community
-
18 Aug 2023
TMM reflectivity simulator for DBR microcavity polaritons
Transfer matrix implementation for planar structure reflectivity, includes various data fitting abilities
- 397 (All time)
- 6 (Last 30 days)
- 5.0 / 5
- Community
-
2 May 2022
- 1.1K (All time)
- 2 (Last 30 days)
- 4.7 / 5
- Community
-
31 Jan 2017
- 1.8K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
16 Jul 2024
- 148 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
22 Apr 2016
Automatic type system that binds C++ code to MATLAB. Documentation here https://xolotl.readthedocs.io/en/master/reference/matlab/cpplab/
- 174 (All time)
- 5 (Last 30 days)
- -- / 5
- Community
-
25 Aug 2022
- 124 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
28 May 2024
- 355 (All time)
- 5 (Last 30 days)
- -- / 5
- Community
-
14 Aug 2023
- 117 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
24 Aug 2023
Real-Time-Speech-Brain-Entrainment-Neurofeedback-Toolbox
EEG brain-computer interface system for providing real-time speech entrainment neurofeedback
- 740 (All time)
- 9 (Last 30 days)
- -- / 5
- Community
-
14 Apr 2021
Monotone Parameterization Toolkit (MParT): A core library for constructing and using transport maps.
- 28 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
16 Jul 2024
- 204 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
12 May 2023
This project relies on ROS Toolbox functionality to provide basic integration of Simulink® targets, with focus on Simulink Real-Time™ and Sp
Message De-Serializer for ROS This project relies on ROS Toolbox functionality to provide basic integration of Simulink® targets, with focus on Simulink Real-Time™ and Speedgoat®, into ROS/ROS2
- 160 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
24 Aug 2023
tinyxml2_wrap - XML serializing/deserializing of MATLAB arrays
- 2.7K (All time)
- 1 (Last 30 days)
- 4.9 / 5
- Community
-
8 Mar 2019
classWaitbardist allows you to update a MATLAB waitbar through the network via TCP/IP sockets.
- 1.4K (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
1 Sep 2016
struct data Serialize-Deserialization
matlab struct or struct array Serialize/Deserialize
- 23 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
22 Apr 2023
DIF Radix2 FFT implementation using embedded MATLAB block
A Simulink model implementing a DIF FFT algorithm modeled completely using embedded MATLAB blocks.
interface identical, the behavioral model is placed between Deserialize and Serialize subsystems.See reference paper in the attached zip file that is used when developing the DIF FFT algorithm using embedded
- 3.3K (All time)
- 1 (Last 30 days)
- 4.3 / 5
- Community
-
1 Sep 2016
- 623 (All time)
- 5 (Last 30 days)
- 2.0 / 5
- Community
-
17 May 2023
Strip all class methods, leaving just the bare data as struct fields
Often one comes across the need to strip a class down to its bare data - in particular in contexts of serializing/deserializing, and working with it across external interfaces.Matlab's built in
- 55 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
11 Sep 2016
Ultrafast saving of workspace variables as bytestreams. Especially useful for big cells and structs.
(). The idea is based on following article on the undocumented Matlab website. http://undocumentedmatlab.com/blog/serializing-deserializing-matlab-dataThis is still a beta version. The stability of Matlab
- 501 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
10 Sep 2014
save/load data in a compressed zip file
: This utility relies on the undocumented and unsupported serialization functionality, as described in http://undocumentedmatlab.com/blog/serializing-deserializing-matlab-data . It works on all the recent
- 755 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
29 Aug 2014
Ebola-chan's Extension for MATLAB
提供许多内置函数的bug修复(是的,我们有在替官方修bug)、功能升级版,以及一系列内置函数所欠缺,但却常用的增强功能(部分功能仅支持Windows系统)。例如,高斯联合信息熵、任意维度Cov、收缩的Cov、某个图形对象的Y轴、多输入输出varfun、多维find……
Deserialize(Bytes)%取对一个文件夹下所有满足给定文件名模式的文件的绝对路径,对它们执行函数function varargout = FolderFun(Function,Directory,options)%检查表中所有全等的列,将它们合并成一列function Table = MergeCongruentColumns(Table)%将多个结构体标量按字段合并,重复的字段将取第一个值function Merged = MergeStructs(varargin)%按照键列合并表function
- 354 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
30 Apr 2026
Xml export\import for OO-matlab
MXML package (Matlab-XML) is a standalone package designed for serializingand deserializing objects(structs\classes) into\from XML\Json files. This format is usefulfor transfering a complete object
- 130 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
23 Oct 2018
A collection of api clients and utility functions for interacting with EBRAINS services in MATLAB
`, `kgpull`, and `kgsave` for working with [openMINDS metadata types](https://github.com/openMetadataInitiative/openMINDS_MATLAB), handling serialization and deserialization of instances. If you need to work
- 1 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
14 Oct 2025
Multiband Artifact Regression in Simultaneous Slices (MARSS)
Detection and removal of an artifactual shared signal between simultaneously acquired slices in unprocessed multiband fMRI.
- 29 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
9 Dec 2024
- 231 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
7 May 2026
- 276 (All time)
- 3 (Last 30 days)
- 4.0 / 5
- Community
-
16 Aug 2025
- 12.3K (All time)
- 164 (Last 30 days)
- 4.4 / 5
- Community
-
6 May 2026