スタンドアプリケーションで、[カラーマップ エディターを開く]を​選択すると、エラーが​発生するのはなぜです​か?

2 次查看(过去 30 天)
MathWorks Support Team
colormap 関数を含むプログラムを MATLAB Compiler でコンパイルし、スタンドアロン環境で実行しました。
問題なく、Figure やカラーマップは表示されましたが、カラーマップを右クリックし、[カラーマップ エディターを開く] を選択すると、以下のエラーが表示されます。
 
関数または変数 'colormapeditor' が未定義です。
エラー: matlab.graphics.illustration.ColorBar/doMethod>edit_colormap_cb
Menu Callback の実行中にエラーが発生
 

采纳的回答

MathWorks Support Team
一般に、MATLAB Compiler では、組み込みの GUI 機能のコンパイルをサポートしていません。
また、カラーマップのコンテキストメニューを非表示に設定することができません。
MATLAB Compiler がサポートする機能については、以下の URL をご参照ください。
・MATLAB Compiler: Support for MATLAB and Toolboxes
https://jp.mathworks.com/products/compiler/supported/compiler_support.html
・MATLAB Compiler ヘルプドキュメント: サポートされていない MATLAB 関数
https://jp.mathworks.com/help//compiler/unsupported-functions.html
 

更多回答(0 个)

产品


版本

R2008b

Community Treasure Hunt

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

Start Hunting!