cell2underlying for tall arrays

Simplifies use of tall arrays with fileDatastore
다운로드 수: 203
업데이트 날짜: 2018/6/21

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

When you make a tall array from a fileDatastore, the resulting tall array is a tall cell array. CELL2UNDERLYING converts that tall cell array to a tall array of the underlying data. For example, if your fileDatastore returns a table for each file that it reads, then a tall array based on that fileDatastore would be a tall cell array where each cell contained a table. Using CELL2UNDERLYING would convert that to a tall table.

인용 양식

MathWorks Parallel Computing Toolbox Team (2024). cell2underlying for tall arrays (https://www.mathworks.com/matlabcentral/fileexchange/61517-cell2underlying-for-tall-arrays), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

This update introduces a second syntax of CELL2UNDERLYING that allows you to provide an example of the underlying data. This is useful when you need to use CELL2UNDERLYING on the output of expensive tall calculations.

1.0.0.0