Read tensor from binary file

Load a binary tensor generalizing the limit of fread to matrices.
48 download
Aggiornato 14 gen 2017

Visualizza la licenza

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')

Cita come

Emanuele Ruffaldi (2024). Read tensor from binary file (https://www.mathworks.com/matlabcentral/fileexchange/61134-read-tensor-from-binary-file), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Creating and Concatenating Matrices in Help Center e MATLAB Answers
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.2.0

Name

1.0.1.0

Documentation, and speed up in loadall

1.0.0.0