フィルターのクリア

How can I give my fit plot the same color as the data points?

8 ビュー (過去 30 日間)
jeferia_tue
jeferia_tue 2016 年 12 月 15 日
コメント済み: jeferia_tue 2016 年 12 月 15 日
Of course, a similar question was asked already here . But it didn't fit for my problem. What I have is:
fig1 = figure(1)
plot(x1,y1,'.','markersize',14, 'markeredgecolor', [0 0 1]);
plot(x1,polyval(fit1,x1,'-'), 'markeredgecolor', [0 0 1]);
But doesn't matter wich color code I type in, Matlab changes the color of the fitplot graph. How can I solve this problem?

採用された回答

Ahmet Cecen
Ahmet Cecen 2016 年 12 月 15 日
Not super clear description, a picture would help but:
Are you sure you don't mean to use the 'Color' property instead of 'markeredgecolor' for the second plot?
  1 件のコメント
jeferia_tue
jeferia_tue 2016 年 12 月 15 日
oh man.....yes..of course...this was the problem.^^ Thank you.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by