Commit fd56f18
authored
Get rid of deprecated UseHG2 feature
MATLAB 2016b throws an error on `feature('UseHG2')`:
```
Error using feature
UseHG2 will be removed in a future release. Use ~verLessThan('matlab','8.4.0') instead.
Error in isHG2 (line 3)
check = feature('UseHG2');
Error in plotlyfig/update (line 517)
if isHG2
Error in plotlyfig (line 203)
obj.update;
Error in fig2plotly (line 44)
p = plotlyfig(varargin{:});
```
Fixes #97.1 parent 72b22f5 commit fd56f18
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
0 commit comments