필터 지우기
필터 지우기

could anyone help me where to find the legend properties in matlab

조회 수: 1 (최근 30일)
Prabha Kumaresan
Prabha Kumaresan 2018년 6월 26일
답변: Walter Roberson 2018년 6월 26일
could anyone help me where to find the legend properties in matlab

답변 (1개)

Walter Roberson
Walter Roberson 2018년 6월 26일
For undocumented properties,
h = legend();
s = struct(h);
This will list a number of data classes that have no public description like [1×1 ListOfPointsHighlight] or [1×1 UniformCartesianDataSpace] . Some of those turn out to be linked to implementations that Don't Work Right.... for example setting the Alpha component of a LineStrip color should work (the java objects do have alpha) but doesn't.

카테고리

Help CenterFile Exchange에서 Legend에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by