The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1422378/image.png)
The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue?
3 Kommentare
DGM
am 29 Jun. 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.
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!