Link plot problem
6 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
papa your
2017 年 8 月 3 日
mee too. but mine is not authorized as i'm a student... so is it the same with you?
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!