Unusual set_param error with system
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Adam Keller
am 9 Jun. 2015
Beantwortet: Titus Edelhofer
am 9 Jun. 2015
In the image I have attached, you can see if I type gcb, set_param works, but If I type in the exact same path, I get an error. Even in the error, its says:
Invalid Simulink object name: R_edge_detect/Subsystem/Filt
This matches the object that is identified with the gcb command... Help!
0 Kommentare
Akzeptierte Antwort
Titus Edelhofer
am 9 Jun. 2015
Hi,
note, that there is a line break. This should work:
set_param(sprintf('R_edge_detect/Subsystem\n/Filt'), 'SampleTime', 'Ts')
Or: remove from the block the line break ;-).
Titus
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Programmatic Model Editing 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!