adcarray

버전 1.2.0.0 (14.6 KB) 작성자: Malcolm Lidierth
MATLAB class to allow large data sets to me memory mapped from disc (including from MAT-files)
다운로드 수: 2.3K
업데이트 날짜: 2009/9/22

라이선스 보기

An ADCARRAY object usually contains a memmapfile object, together with a scale and offset to convert the values stored on disc (and pointed to by the memmapfile object) to real world numbers which are returned as double precision. These can also be transformed by a function pointed to by a handle stored in the ADCARRAY object. Referencing an ADCARRAY object as though it were a double precision array e.g. using obj(), obj(:), obj(1:10), obj(2,1:5,10:end) etc, returns a scaled, offset and transformed double precision array regardless of the native format of the data in the memmapfile object. These can be passed as input arguments to other MATLAB functions e.g. s=sum(obj()). Also, the memmapfile object can be replaced by a structure.

인용 양식

Malcolm Lidierth (2024). adcarray (https://www.mathworks.com/matlabcentral/fileexchange/11097-adcarray), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Large Files and Big Data에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Cumulative minor updates

1.0.0.0

Subsref speed improved. Documentation improved.