Is it possible for the XY Graph block in Simulink 7.5 (R2010a) to have the capability to draw until a particular time, clear the figure, and start redrawing again?

3 views (last 30 days)
Every time I complete plotting in a particular range, I should be able to clear the figure and start re-plotting. I need to be able to conditionally refresh the XY Graph block in Simulink.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 28 Jul 2010
This ability to conditionally refresh the display of the XY Graph block is not available in Simulink 7.5 (R2010a).
As a workaround, you can write an S-function that achieves this functionality. The S-function for the existing XY Graph block is available for editing at the following location:
$MATLABROOT\toolbox\simulink\blocks\sfunxy.m
where $MATLABROOT is the value returned by executing the following command at the MATLAB command prompt:
>> matlabroot
As an example, see the attached files. This S-function clears the XY Graph data whenever there is a rising edge at the third input port to this block. The period of the pulse generator is set such that the graph will be cleared after each half-circle is drawn.

More Answers (0)

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Products


Release

R2010a

Community Treasure Hunt

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

Start Hunting!