スタンドアプリケーションで、[カラーマップ エディターを開く]を選択すると、エラーが発生するのはなぜですか?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 14 Avr 2017
Réponse apportée : MathWorks Support Team
le 14 Avr 2017
colormap 関数を含むプログラムを MATLAB Compiler でコンパイルし、スタンドアロン環境で実行しました。
問題なく、Figure やカラーマップは表示されましたが、カラーマップを右クリックし、[カラーマップ エディターを開く] を選択すると、以下のエラーが表示されます。
関数または変数 'colormapeditor' が未定義です。
エラー: matlab.graphics.illustration.ColorBar/doMethod>edit_colormap_cb
Menu Callback の実行中にエラーが発生
Réponse acceptée
MathWorks Support Team
le 14 Avr 2017
一般に、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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Blue dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!