xjiang4 / ellipsoids

Automatically exported from code.google.com/p/ellipsoids
Other
0 stars 1 forks source link

PLOT method incompatible with MATLAB 2014b graphics #142

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Any application of a "plot" method

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2014b, WIN8, 64 bit

Please provide any additional information below.
Everything works fine with 2014a.  But 2014b has an entirely new graphics 
engine.

Error:(example, from the Toolbox User's Manual)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

ellMat.minksum()

Undefined function 'abs' for input arguments of type 'matlab.ui.Figure'.

Error in num2str (line 66)
        xmax = double(max(abs(widthCopy(:))));

Error in smartdb.disp.RelationDataPlotter/getFigureHandle (line 512)
                logger.debug(['Figure ',figureKey,...

Error in smartdb.disp.RelationDataPlotter/getAxesHandle (line 557)
                hFigure=self.getFigureHandle(figureGroupKey,...

Error in smartdb.disp.RelationDataPlotter/plotGeneric (line 331)
                        [hAxesMat(iEntry,iFunc),...

Error in elltool.plot.plotgeombodyarr (line 151)
        plObj.plotGeneric(rel,@figureGetGroupNameFunc,{'figureNameCMat'},...

Error in ellipsoid/minkCommonAction (line 58)
    [plObj,nDim,isHold]= plotgeombodyarr(@(x)isa(x,'ellipsoid'),...

Error in ellipsoid/minksum (line 61)
    minkCommonAction(@getEllArr,@fCalcBodyTriArr,@fCalcCenterTriArr,...

Original issue reported on code.google.com by jbrooks...@gmail.com on 14 Dec 2014 at 12:06

GoogleCodeExporter commented 8 years ago
Thanks for reporting this. In next few months we do not plan to add support or 
2014b but later this can change. Btw - our project is no longer hosted on 
googlecode - everything has been moved to Github 
https://github.com/SystemAnalysisDpt-CMC-MSU/ellipsoids

Original comment by heartofm...@gmail.com on 15 Dec 2014 at 12:29