MATLAB: Advanced objects in MATLAB GUI

dialsgaugesgui

I am a huge fan of MATLAB and use it everyday in my professional life. However, one thing that really surprises me is how limited the objects are that can be placed on a MATLAB GUI. There are slider bars, images, buttons, and drop down lists. But what about something like a dial (as in a frequency tuner) or a gauge? Am I missing something that already exists in MATLAB? Or is there a reason why the objects available are so limited?

Best Answer

For Simulink there is http://www.mathworks.com/help/gauges/index.html but that uses ActiveX and is available for 32 bit Windows only.
There are a series of JFreeChart demos such as at http://www.mathworks.com/matlabcentral/fileexchange/30436-dialplot-demo-2
And one or two more that are more specific to strain gauges.
Not a lot, but this is what is there.