How do I extract the data from the curves plotted on the Signal Constraint GUI in Simulink Respose Optimization R2008a?

1 次查看(过去 30 天)
I have performed optimization using the Signal Constraint GUI, and now there are several curves plotted. I would like to extract the data from the curves plotted on this GUI.

采纳的回答

MathWorks Support Team
The attached get_response_data.m script will take the data from the curves and create two variables called XData and YData to hold the information. The data in the ith curve is located in XData(i,:) and YData(i,:).

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Design Optimization 的更多信息

标签

尚未输入任何标签。

产品


版本

R2008a

Community Treasure Hunt

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

Start Hunting!

Translated by