-
Notifications
You must be signed in to change notification settings - Fork 12
Private function figFromWebwindow doesn't work on R2017a #18
Copy link
Copy link
Open
Labels
version-specificFor issues that only apply to a specific MATLAB version (e.g. compatibility with new releases).For issues that only apply to a specific MATLAB version (e.g. compatibility with new releases).workaround-availableOriginal problem still exists, but there's an alternative way to achieve the same thing w/o errors.Original problem still exists, but there's an alternative way to achieve the same thing w/o errors.
Metadata
Metadata
Assignees
Labels
version-specificFor issues that only apply to a specific MATLAB version (e.g. compatibility with new releases).For issues that only apply to a specific MATLAB version (e.g. compatibility with new releases).workaround-availableOriginal problem still exists, but there's an alternative way to achieve the same thing w/o errors.Original problem still exists, but there's an alternative way to achieve the same thing w/o errors.
Expected Behavior
Change color from TextArea font to 'aqua'
Actual Behavior
If changing line 434 from:
ww = arrayfun(@mlapptools.getWebWindow, hUIFigs);to
ww = arrayfun(@mlapptools.getWebWindow, hUIFigs, 'un',0);following error occurs:
Steps to Reproduce the Problem
Enter this command in the Matlab Command Line (or any other command from the examples):
Specifications