Why does arrow fail? (R2015a)
Show older comments
A simple call to arrow fails on 2015a with:
Undefined operator '*' for input arguments of type 'matlab.graphics.axis.Axes'.
Error in arrow (line 423)
ax = o * gca;
Where on line 412: o = ones(narrows,1);
1 Comment
Star Strider
on 22 Jul 2015
If arrow is a FEX submission, note that HG2 ‘broke’ many FEX files that used the more flexible HG1 functionality. If they are not updated to be compatible with HG2 (and I suspect many cannot be), you have to use them with R2014a or earlier.
Accepted Answer
More Answers (1)
Categories
Find more on Environment and Settings in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!