violinplot (R2024b): SceneNode error?
Mostra commenti meno recenti
I am trying to use the violinplot function, tried the following official example
ydata = randn(100,1);
xgroupdata = categorical(repelem(["group1";"group2";"group3"],[20,50,30]));
violinplot(xgroupdata,ydata)
I get the following warning in client area:
Warning: Error in state of SceneNode.
Undefined function 'log2' for input arguments of type 'string'.
and NOTHING gets plotted in the figure!
Please help.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Search Path in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
