The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue?

3 次查看(过去 30 天)
The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue?
  3 个评论
Atom
Atom 2023-6-29
编辑:Atom 2023-6-29
All objects...Matlab 2020 a Version. I got this plot with MATCONT, so I can not chage its colour programmatically. Is there any other way?
DGM
DGM 2023-6-29
See if you can find a line object in the current axes
hl = findobj(gca,'type','line')
If there are multiple axes, you might have to find the appropriate axes handle first.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by