フィルターのクリア

color coding error_ellipse

2 ビュー (過去 30 日間)
Nafisa Amin
Nafisa Amin 2020 年 5 月 5 日
回答済み: Pravin Jagtap 2020 年 5 月 8 日
Hi,
I am trying to plot 2 error ellipses in one figure using the error_ellipse command. I want to have the ellipses two differet colors? How can I do that? So far I have tried in this way,
f1 = error_ellipse(cc_sum_alpha);
hold on;
f2 = error_ellipse(sum_ch_alpha);
set(f1, 'color','r');
set(f2, 'color','k');
Thanks

回答 (1 件)

Pravin Jagtap
Pravin Jagtap 2020 年 5 月 8 日
'error_ellipse' is one of the several submissions in MATLAB File Exchange on MATLAB Central which is a forum for our product users to interact, exchange information and knowledge, without MathWorks' involvement. Feel free to contact the author of this submission directly for specific questions about the implementation.

カテゴリ

Help Center および File ExchangeOctave についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by