gplotmatrix does not show graphics correctly on app designer app
이전 댓글 표시
Hi,
I have tried to use gplotmatrix in 2 formats shown below in my app. Both result to bunch of error messages in matlab side and graph which does not have histograms on diagonal. Tried also to put variable names on diagonal, but that feature does not work either.
gplotmatrix(app.Panel_2,app.Predictors,[],[],[],[],[],[],'hist',app.PredictorVarNames);
gplotmatrix(app.UIAxes4,app.Predictors,[],[],[],[],[],[],'hist',app.PredictorVarNames);
Anybody know what might be going on ?
I have separate matlab script which I used to test the variables. That one draws the figure perfectly.
I also tried to fix the gplotmatrix on the panel with set command -
h=gplotmatrix(CmatData,[],[],[],[],[],[],'hist',CorMatNames);
set(h,'Parent',app.Panel_2);
it may not be possible or the way I am trying to do this is wrong. The lines above, when used in app, draws the gplotmatrix as pop up window correctly.
Any help - highly appreciated ...
Antti Heikkinen
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Geographic Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
