Export data via data inspector
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello,
I want to export the logged data for 5910 runs to a file through Simulink's data inspector.
i wrote below command:
runIDs = Simulink.sdi.getAllRunIDs;
runIDs: 5910x1 int32
then,
Simulink.sdi.exportRun( runIDs, 'file' , 'myfile.mat' );
but, error message is : runID, to be a scalar.
how can export all runs to a file.mat?
Any help would be appreciated. Thanks in advance.
댓글 수: 0
답변 (1개)
Rohit Pappu
2023년 4월 23일
Hi Beni,
As of R2023a,
Simulink.sdi.exportRun accepts vector of runID as input argument.
Please refer to this documentation link
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Large Files and Big Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!