This method allows you to clear the axes on the Whiteboard figure window while keeping
the figure open.
function releaseImpl(obj)
cla(Whiteboard.getWhiteboard());
hold on
end
For a complete definition of the Whiteboard System object, see “Create a Whiteboard
System object” on page 34-39.
See Also
releaseImpl | resetImpl
More About
- “Summary of Call Sequence” on page 34-59
- “Initialize Properties and Setup One-Time Calculations” on page 34-25
See Also