loadIntoMemory
R2026bLoad logged data into memory
Description
loads the data in logs = loadIntoMemory(logs)logs from the repository on disk into memory.
The software logs output, signal logging, state, and data store data to the
temporary repository and loads the data into memory on demand. When you want to work
with all elements of a large set of logged data, use
loadIntoMemory to load all logged data into memory at once.
Loading all the data at once, rather than element by element, is faster.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b