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!