Read tensor from binary file
Version 1.0.2.0 (2,25 ko) par
Emanuele Ruffaldi
Load a binary tensor generalizing the limit of fread to matrices.
Load a binary tensor generalizing the limit of fread to matrices: any dimension and major. The tensor can be stored in row or column major, and it can have an unspecified dimension. It can be used for loading data saved in numpy with tofile, or simply an image in raw form.
Interface:
D = binload(fid,type,xsize,loadall=1,order='column')
Citation pour cette source
Emanuele Ruffaldi (2026). Read tensor from binary file (https://fr.mathworks.com/matlabcentral/fileexchange/61134-read-tensor-from-binary-file), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2015b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.2.0 | Name |
||
| 1.0.1.0 | Documentation, and speed up in loadall |
||
| 1.0.0.0 |
