How to export Data cursors info from simulink data inspector to workspace
2 次查看(过去 30 天)
显示 更早的评论
Is there a way to export the points i selected with the data cursor in sdi to the base workspace?
thanks
0 个评论
回答(1 个)
Anurag Ojha
2024-8-19
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:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 View and Analyze Simulation Results 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!