We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72b22f5 + fd56f18 commit 6ca944cCopy full SHA for 6ca944c
plotly/plotlyfig_aux/helpers/isHG2.m
@@ -1,4 +1,4 @@
1
function check = isHG2
2
%check for HG2 update
3
-check = feature('UseHG2');
4
-end
+check = ~verLessThan('matlab','8.4.0');
+end
0 commit comments