gplotmatrix does not show graphics correctly on app designer app
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Design of Experiments (DOE) 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!