The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue?
조회 수: 1 (최근 30일)
이전 댓글 표시
![](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
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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!