Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how could I build my GUI with 'colormapeditor' function ?

조회 수: 1 (최근 30일)
Elzbieta
Elzbieta 2014년 9월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
I would like to implement 'colormapeditor' function to my GUI but I have a problem. I can open the window of ‘colormapeditor’ when I call it from my GUI. However, when I launch the compiled program, the window does not appear more. Maybe it happens because the function ‘colormapeditor.m’ imports the package: com.mathworks.page.cmapeditor.* , which is not included to shared resources during building of my application. How could I resolve this problem?

답변 (1개)

Adam
Adam 2014년 9월 17일
Have you tried manually adding com.mathworks.page.cmapeditor.* to your compiled resources?
  댓글 수: 1
Elzbieta
Elzbieta 2014년 9월 17일
Where could I find com.mathworks.page.cmapeditor.* ? I am not familiar with Java. Should I add all files from the path C:\Program Files\MATLAB\R2013b\java\ to my resources?

Community Treasure Hunt

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

Start Hunting!

Translated by