MATLAB: PolarAxes in Matlab App Designer

app designerMATLAB

Hello,
Simply, I need a way to define a PolarAxes object under parent object in Matlab App Designer. I tried the following code, but it doesn't work.!
pax = polaraxes(app.parent)
Hint: I took a look at the example of plotting polar plot in App Designer in the documentation, but I don't know where to find the actual code.

Best Answer

From the Release Notes it appears support for polaraxes in App Designer apps was added in release R2018b.