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 Center および File Exchange2-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