Programmatically change external mode data archiving directory
조회 수: 3 (최근 30일)
이전 댓글 표시
Is it possible to programmatically specify or change the data archiving directory in the Simulink external mode control panel? We have a technician interacting with a real-time simulation via a custom GUI, and would like them to be able to easily archive data in different directories depending on the test type.
댓글 수: 0
채택된 답변
Jan Houska
2014년 11월 19일
This should do what you need:
set_param(model, 'ExtModeArchiveDirName', 'c:\your_directory')
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Target Computer Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!