MATLAB: Can you use Plotbrowser on a UIAxes object in App Designer

uiaxes plotbrowser app designer

I've tried using plotbrowser(app.NameUIAxes,'on') and plotbrowser('on') right after the plot function. The first one throws an error ("There's no WindowStyle property on the UIAxes class"), and the second one does nothing.
Is it supported or is there an alternative?
I'm using Matlab 2016b.

Best Answer

Hi,
The functionality "plotbrowser" is not supported in App Designer as of now.Please refer the below link to see the supported Graphics functionalities in MATLAB R2016b: https://www.mathworks.com/help/releases/R2016b/matlab/creating_guis/graphics-support-in-app-designer.html
Thanks