필터 지우기
필터 지우기

Save a matrix to a file with an array of matrices without loading all of the data

조회 수: 4 (최근 30일)
I have the (example) matrix rand(1000,1000) generated in a loop. For each loop I want the data in this matrix to be saved to a file to be accessed later. For example (unless there is a better way), after each loop the number of rows in the full matrix increases from 1000 to 2000, 3000, etc.
The goal is to save the matrices to the hard drive, freeing up memory. I need to be able to write to the file without reading the whole thing into memory. The data can also later be accessed to generate animated figures of the data without taking up processing power in between loops.
Can this be done with save()? What other approaches are there?

답변 (1개)

Jeremy Wurbs
Jeremy Wurbs 2013년 11월 28일
I believe the functionality you are looking for can be done with a matfile object (refer to ' help matfile '), but unfortunately I have not used them enough to know what memory issues you might still run in to.

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by