refreshdata, clf, "clear all output"
10 views (last 30 days)
Show older comments
What are the relationship of
'clear all output' https://www.mathworks.com/matlabcentral/answers/475826-clear-all-output-code
?
0 Comments
Accepted Answer
KALYAN ACHARJYA
on 18 Dec 2020
Edited: KALYAN ACHARJYA
on 18 Dec 2020
Refreshdata: refreshdata updates charted data in the current figure to reflect changes in workspace variables
Clf: clf deletes from the current figure all graphics objects
'clear all output' Which coding function?
More see
clear; % Clear workspace variables
More: Clear all: Clears Variables, Scripts and functions Class definitions, Persistent variables, MEX functions, Global variables etc
Alert: Calling clear all decreases code performance, and is usually unnecessary.
2 Comments
More Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!