Arbitrary files & MATLAB variables <-> data stream vector converter
No License
Right now MATLAB COM Automation Server does not support transferring non-cell/array or 3D cell/array in Remote Procedure Calls. This program is a temporary get around.
The updated version also supports converting arbitrary file into data stream. This comes in handy when you try to transfer a file through COM calls.
Cite As
Hoi Wong (2024). Arbitrary files & MATLAB variables <-> data stream vector converter (https://www.mathworks.com/matlabcentral/fileexchange/16485-arbitrary-files-matlab-variables-data-stream-vector-converter), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > 2-D and 3-D Plots > Surfaces, Volumes, and Polygons > Volume Visualization > Vector Volume Data >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
dataStreamPackaging/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | - Now the temporary work file's name is automatically (randomly) generated to avoid conflict. - In addition to transferring MATLAB variables around in data vectors, you can now transfer arbitrary files around as data vectors. |