How to export Data cursors info from simulink data inspector to workspace

4 Ansichten (letzte 30 Tage)
eli gold
eli gold am 22 Okt. 2019
Beantwortet: Anurag Ojha am 19 Aug. 2024
Is there a way to export the points i selected with the data cursor in sdi to the base workspace?
thanks

Antworten (1)

Anurag Ojha
Anurag Ojha am 19 Aug. 2024
Hi Eli
You can use 'Simulink.sdi.getCursorPositions' function to export data cursor from information from Simulink Data Inspector to base workspace. Once you have placed the cursor. You can execute the following command on command window.
t1 = Simulink.sdi.getCursorPositions
Adding the documentation link for better understanding:

Kategorien

Mehr zu View and Analyze Simulation Results finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by