Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue?
  3 commentaires
Atom
Atom le 29 Juin 2023
Modifié(e) : Atom le 29 Juin 2023
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 le 29 Juin 2023
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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Visual Exploration dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by