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

2 views (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
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,:).

More Answers (0)

Categories

Find more on Simulink Design Optimization in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2008a

Community Treasure Hunt

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

Start Hunting!