MATLAB: Gui led indicator possible

gui

Can we make a led indicator in gui that is we can get light or color change in GUI once the simulation is completed

Best Answer

App Designer has more widgets than GUIDE but I don't know if it has that. If you're using GUIDE, you' make up an image and display the image in the axes. The LED image can be rectangular or round, but if it's round, you should make sure the region outside the circle matches the color of the GUI background.
Related Question