How can I stream data form MATLAB to Simulink in real time?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kidus Guye
am 22 Jul. 2017
Beantwortet: Larasmoyo Nugroho
am 12 Sep. 2017
I was trying to use S-function block but, it gathers the value one at the beginning of the simulation. I want to stream the data continuously in real-time How can I get the data continuously in real-time is there some stuff I have to add in my S-function in order to get that?
0 Kommentare
Akzeptierte Antwort
Ankitha Kollegal Arjun
am 25 Jul. 2017
The following documentation might guide you in the right direction:
0 Kommentare
Weitere Antworten (1)
Larasmoyo Nugroho
am 12 Sep. 2017
get_param('tesloopsimin/Constant','Value') ==> MDL=tesloopsimin.mdl, block=Constant, parameter=Value
get_param('tesloopsimin/Sine Wave','DialogParameters') ==> show parameter existed in block
find_system('tesloopsimin','Type','Block') ==> show block existed in MDL
0 Kommentare
Siehe auch
Kategorien
Mehr zu Block and Blockset Authoring finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!