필터 지우기
필터 지우기

modify marker in plot of fitresults

조회 수: 3 (최근 30일)
Moritz
Moritz 2013년 11월 18일
댓글: Doug Hull 2013년 11월 18일
Dear all,
if plot my results with:
h_fit = plot( fitresult,xData, yData,'o')
and afterwards modify the markers with:
hl_fit = findobj(h_fit,'Type','line')
set(hl_fit ,'Marker','*')
i do modify the symbold of my data points and fitted curve.
I know, i could make two plots with my evaluated fitfunction and my data points. But is there a solution for plot( fitresult,xData, yData,'o') ?
Kind Regards
Moritz
  댓글 수: 1
Doug Hull
Doug Hull 2013년 11월 18일
What is your question? It sounds like you are getting the desired behavior.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Fit Postprocessing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by