figure

조회 수: 3 (최근 30일)
mohamed  al-asklany
mohamed al-asklany 2012년 3월 25일
if i plot point(x) in a graph how can i remove it from graph

채택된 답변

Wayne King
Wayne King 2012년 3월 25일
plot(randn(100,1));
hold on;
h = plot(5,3.5,'k*');
%%%then
reset(h)
  댓글 수: 3
Ronald Kaptein
Ronald Kaptein 2012년 3월 27일
Use delete(h) instead of reset(h)
mohamed  al-asklany
mohamed al-asklany 2012년 3월 29일
if i want to move line in circular graph?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by