MATLAB: In a matlab GUI, is their a way to create a rotating knob

app designerbuttongui

I'm trying to create an input in matlab gui that I can use to visually select an angle. Something like a volume control on a radio or the knob on a stove. Does anyone know if that's possible and if it is, how to do it?

Best Answer

With the newer appdesigner functionality you can use uiknob() .
Note: this will not work with GUIDE.