Link plot problem

6 views (last 30 days)
Ilena
Ilena on 25 May 2011
Answered: papa your on 3 Aug 2017
Hello everybody!
Every time I want to link plots through common xdata source there is either no response or this message;
| ??? No method 'initialize' with matching signature found for class
'com.mathworks.page.datamgr.linkedplots.LinkPlotPanel'.
Error in ==> datamanager.linkplotmanager.createlinkpanel at 53
lpp.initialize(gProxy,errorStates,h.Figures(I).IsEmpty);
Error in ==> datamanager.linkplotmanager.addFigure at 50
h.createlinkpanel(f);
Error in ==> linkdata>localCompleteLinking at 304
h.addFigure(handle(fig),mfile,fcnname);
Error in ==> linkdata at 293
localCompleteLinking(h,fig,wsVars,mfile,fcnname);|
The same happens when I use the linkdata command. The plots I refer to are 2D and belong to the category of plots that are allowed to link. Moreover, they are not brushed. I guess that it has to do with java but I am unaware of this field. Any suggestion would be much appreciated.

Answers (1)

papa your
papa your on 3 Aug 2017
mee too. but mine is not authorized as i'm a student... so is it the same with you?

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!