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

Version 1.0.0.0 (2,5 ko) par Hoi Wong
Encode any MATLAB data types into a numeric array, and vice versa
817 téléchargements
Mise à jour 11 fév. 2008

Aucune licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2007b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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.