Is it possible to make 'uisetcolor' integrated in GUI?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi
I'm trying to build 'uisetcolor' into my GUI.
At the moment, if I run my GUI, the 'uisetcolor' pops up in a seperate window. See below.
What do I need to do in order to make it shown in my GUI interface rather than a stand-alone window?
If you noticed that my uisetcolor interface looks different to the one you know that is because i'm using matlab 2018a so uisetcolor is missing the gradient color picker which is only available in the later matlab version such as 2018b.
Please help.
댓글 수: 0
답변 (3개)
Jasmine Poppick
2024년 4월 26일
편집: Jasmine Poppick
2024년 4월 26일
Starting in R2024a, you can create a color picker that's shown in an app window by using the uicolorpicker function or, in App Designer, by dragging a color picker UI component from the Component Library onto the canvas.
You can read more about the new color picker in this blog post: Introducing the Color Picker Component
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!