Private function figFromWebwindow
doesn't work on R2017a
#18
Labels
version-specific
For issues that only apply to a specific MATLAB version (e.g. compatibility with new releases).
workaround-available
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
The text was updated successfully, but these errors were encountered: