How to define different colors for different edges?
6 ビュー (過去 30 日間)
古いコメントを表示
Hello evrybody,
I have an electrostatis pde model with the geometry ilustrated below (pdegplot, "EdgeLebals"=="off", 16 edges). I am wandering if there is any way to define line colors for the edges? I have checked in the Property Inspector, that the plot consists only one line object for the model geometry.
Thanks for any help,
Beata
0 件のコメント
採用された回答
Image Analyst
2023 年 4 月 6 日
If you can get the coordinates of the line endpoints, you can use the line function to overwrite that shape with colors of your choice.
help line
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Geometry and Mesh についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!