Programmatically change external mode data archiving directory
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Jan Houska
il 19 Nov 2014
This should do what you need:
set_param(model, 'ExtModeArchiveDirName', 'c:\your_directory')
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Target Computer Setup in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!