Read tensor from binary file
版本 1.0.2.0 (2.3 KB) 作者:
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')
引用格式
Emanuele Ruffaldi (2024). Read tensor from binary file (https://www.mathworks.com/matlabcentral/fileexchange/61134-read-tensor-from-binary-file), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2015b
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Creating and Concatenating Matrices 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!