MATLAB: Is it possible to add or save annotations in the figure window of the Signal Builder in Simulink 7.1 (R2008a)

simulink

By using the following commands:
set(0,'ShowHiddenHandles','On');
ha = annotation('textbox',[0.5 0.5 0.1 0.1],'string','hello world','parent',ax);
I could draw annotation objects (a text box, a line, or a patch) inside the Signal Builder of my Simulink model by using my m-scripts. But if I close out the Signal Builder or the model, the graphical objects that have been drawn will be gone. Iwould like to know if it is possible to save the graphic annotation objects together with the Simulink model.

Best Answer

The ability to save annotations added to the Signal Builder dialog box is not available in Simulink 7.1 (R2008a).
There are no workarounds.
Related Question