Read tensor from binary file

버전 1.0.2.0 (2.25 KB) 작성자: Emanuele Ruffaldi
Load a binary tensor generalizing the limit of fread to matrices.
다운로드 수: 50
업데이트 날짜: 2017/1/14

라이선스 보기

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 CenterMATLAB Answers에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2.0

Name

1.0.1.0

Documentation, and speed up in loadall

1.0.0.0