How to clear data from plot in Matlab GUI
이전 댓글 표시
I try clc, clf and nothing works any useful tips?
채택된 답변
추가 답변 (2개)
Azzi Abdelmalek
2013년 8월 14일
2 개 추천
You can use cla
댓글 수: 5
Jonasz
2013년 8월 14일
편집: Azzi Abdelmalek
2013년 8월 14일
Azzi Abdelmalek
2013년 8월 14일
Is there any error message ?
Jonasz
2013년 8월 14일
Martin Castillo Yañez
2016년 10월 17일
same issue
Image Analyst
2016년 10월 18일
If you tried my answer of using
cla reset;
and that did not wipe the axes totally clean, down to a white rectangle with axes in the 0-1 range, then call the Mathworks because your cla function is corrupted. Or you've overwritten it with your own function called cla.
David Sanchez
2013년 8월 14일
Try with
clf(handles.my_axis_handle)
where my_axis_handle is the handle of the axis on your GUI.
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!