create multiple mat files for storing data
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello Everyone,
I am reading in data from a device and want to store it in a mat file. Currently I am directly storing my readings in a mat file using save command. I want to store these readings in multiple mat files for operational efficiency.
So for example I have 100 readings I want to create 10 mat files where each mat file contains 10 readings.
Thanks
댓글 수: 3
Jan
2013년 7월 11일
This is to vague to create an answer. We cannot know how your "10 readings" are represented in your program. So please add more details by editing the question.
채택된 답변
Titus Edelhofer
2013년 7월 11일
Hi Ricky,
instead of creating multiple .mat files you might try to create one .mat file and access variables in there in parts (using the matfile object).
doc matfile
Titus
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!