With reference to the following line:
|
win = struct(struct(uifigurewindow).Controller).Container.CEF; |
In R2017a this is required instead:
struct(struct(struct(app.UIFigure).Controller).PlatformHost).CEF;
Opening an issue since I'm not sure what's the best way to have the correct code execute based on MATLAB version.