Arbitrary files & MATLAB variables <-> data stream vector converter

版本 1.0.0.0 (2.5 KB) 作者: Hoi Wong
Encode any MATLAB data types into a numeric array, and vice versa
817.0 次下载
更新时间 2008/2/11

无许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Vector Volume Data 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
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.