Is it possible to make 'uisetcolor' integrated in GUI?

13 次查看(过去 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.
Untitled.png
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.

回答(3 个)

Jan
Jan 2019-5-16
编辑:Jan 2019-5-16
Here you find some examples for color pickers. I assume you can use the code to integrate a color chooser in your GUI.
  1 个评论
Salad Box
Salad Box 2019-5-17
Whether it is uisetcolors or any of those colour picker in that link you suggested, my question is how to integrate it in the same window as my main GUI rather than it opens in a separate window...

请先登录,再进行评论。


Yi Huang
Yi Huang 2020-2-12
hi,have you solved this problem?

Jasmine Poppick
Jasmine Poppick 2024-4-26,20:12
编辑:Jasmine Poppick 2024-4-26,20:14
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

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by