スタンドアプリケーションで、[カラーマップ エディターを開く]を選択すると、エラーが発生するのはなぜですか?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 14 de Abr. de 2017
Respondida: MathWorks Support Team
el 14 de Abr. de 2017
colormap 関数を含むプログラムを MATLAB Compiler でコンパイルし、スタンドアロン環境で実行しました。
問題なく、Figure やカラーマップは表示されましたが、カラーマップを右クリックし、[カラーマップ エディターを開く] を選択すると、以下のエラーが表示されます。
関数または変数 'colormapeditor' が未定義です。
エラー: matlab.graphics.illustration.ColorBar/doMethod>edit_colormap_cb
Menu Callback の実行中にエラーが発生
Respuesta aceptada
MathWorks Support Team
el 14 de Abr. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Blue en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!