メインコンテンツ

propedit

(削除済み) プロパティ エディターの起動

    propedit は削除されました。代わりに、inspect を使用してプロパティ インスペクターを起動してください。

    説明

    propedit は、グラフィックス オブジェクトのプロパティのグラフィカル ユーザー インターフェイスであるプロパティ エディターを起動します。現在の Figure が存在しない場合、propedit で作成されます。

    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 オブジェクトとして指定します。fig を使用して、現在の Figure ではなく、特定の Figure でプロパティ エディターを表示します。

    バージョン履歴

    R2006a より前に導入

    すべて展開する