How to handle large data using matlab ?

2 ビュー (過去 30 日間)
Ravi Pandit
Ravi Pandit 2016 年 4 月 11 日
回答済み: Piyush Kumar 2024 年 11 月 26 日
I Have lots of SCADA data (about 50000) in Microsoft Access. As we know we can't transfer this large data in matlab using excel code. So can you help me how we can transfer this large data into matlab and do all work which used to do with excel data...??

回答 (1 件)

Piyush Kumar
Piyush Kumar 2024 年 11 月 26 日
Hi,
Check the documentation link of datastore in MATLAB.
The datastore function creates a datastore, which is a repository for collections of data that are too large to fit in memory. A datastore allows you to read and process data stored in multiple files on a disk, a remote location, or a database as a single entity. If the data is too large to fit in memory, you can manage the incremental import of data, create a tall array to work with the data, or use the datastore as an input to mapreduce for further processing.

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by