tall 数组
tall 数组能够处理可包含数百万或数十亿行数据的数据存储中的数据。您可以创建 tall 数值数组、元胞数组、分类、字符串、日期时间、持续时间或日历持续时间,还可以在 tall 表或 tall 时间表中使用上述任一 tall 类型作为变量。许多运算和函数使用与处理内存 MATLAB® 数组相同的方式处理 tall 数组,但仅在您使用 gather
显式请求计算时才会真正计算大多数结果。MATLAB 通过最小化数据遍历次数来自动优化排队的计算。有关详细信息,请参阅 使用 tall 数组处理无法放入内存的数据。
有关集成大数据系统或编译 tall 数组算法的详细信息,请参阅Extend Tall Arrays with Other Products。
函数
主题
- 使用 tall 数组处理无法放入内存的数据
了解 tall 数组并执行示例计算。
- Lazy Evaluation of Tall Arrays
How to leverage lazy execution of tall arrays to optimize performance of calculations.
- Index and View Tall Array Elements
Extract, assign, and view portions of a tall array.
- Grouped Statistics Calculations with Tall Arrays
This example shows how to calculate grouped statistics of a tall timetable containing power outage data.
- Visualization of Tall Arrays
Visualization techniques for tall arrays.
- Extend Tall Arrays with Other Products
List of products that enhance capabilities of tall arrays.
- Develop Custom Tall Array Algorithms
Development guide for authoring custom algorithms to operate on tall arrays.