MATLAB: Units in Audio Plugin Interface

audio pluginAudio Toolboxaudioplugininterfaceunits display

Is there any way to set up the decimal precision to be shown in a audio plugin interface? Eg I don´t want the value of a parameter displayed as 3.7277 dB but 3.7 dB.
Thanks
Pablo

Best Answer

If you do a classdef yourself like is shown in https://www.mathworks.com/help/audio/ref/audioplugininterface.html#d117e26333 then you can define your own display() method for that class.
Related Question