i would like know matlab command for import base work space data to .sldd
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Praveen Elapolu
am 17 Jan. 2022
Beantwortet: Titus Edelhofer
am 17 Jan. 2022
Hi,
I created mydictionary.sldd with commnad Simulink.data.dictionary.create.
I would like know the programmatically how to export base workspace data (example: signals, params etc) to mydictionary.sldd .
once Data is exported to mydictionary.sldd, how to change property of variable from Simulink.Signal to Raptor.Signal and also how to change Storage class of a variable programmatically(by using commands).
0 Kommentare
Akzeptierte Antwort
Titus Edelhofer
am 17 Jan. 2022
Hi Praveen,
take a look here: https://www.mathworks.com/help/simulink/ug/store-data-in-dictionary-programmatically.html. It describes how to add entries to the dictionary. If you scroll down a bit you'll see a script that also looks out for signals and parameters of the model in base workspace and then loops on them to import.
Titus
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Whos finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!