필터 지우기
필터 지우기

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

조회 수: 4 (최근 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