Borrar filtros
Borrar filtros

modify marker in plot of fitresults

4 visualizaciones (últimos 30 días)
Moritz
Moritz el 18 de Nov. de 2013
Comentada: Doug Hull el 18 de Nov. de 2013
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 comentario
Doug Hull
Doug Hull el 18 de Nov. de 2013
What is your question? It sounds like you are getting the desired behavior.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by