주요 콘텐츠

propedit

(제거됨) 속성 편집기 열기

    propedit는 제거되었습니다. 대신 inspect를 사용하여 속성 인스펙터를 시작하십시오.

    설명

    propedit는 그래픽스 객체의 속성에 대한 그래픽스 사용자 인터페이스인 속성 편집기를 시작합니다. 현재 Figure가 없으면 propedit는 Figure를 한 개 만듭니다.

    예제

    propedit(fig)는 현재 Figure 대신 지정된 Figure에 대해 동작합니다.

    예제

    모두 축소

    propedit 함수를 호출하여 Figure에서 속성 편집기를 표시합니다. 툴은 마지막으로 호출되었을 때와 동일한 구성으로 열립니다.

    plot(1:10);
    propedit

    Property Editor tool below a figure window. The Property Editor tool has options to set the figure name, colormap, and figure color. A check box is labeled "Show Figure Number". Two buttons are labeled "More Properties" and "Export Setup".

    입력 인수

    모두 축소

    대상 Figure로, Figure 객체로 지정됩니다. 현재 Figure 대신 지정된 Figure에서 속성 편집기를 표시하려면 fig를 사용하십시오.

    버전 내역

    R2006a 이전에 개발됨

    모두 확장