Cool function. But using dlmcell I could only write the first element of my cell.
My cell is in the following format;
C =
[1x5 double] [0.1962] [1x3 double] [2x3 double];
I could only write the first element of each cell content unless I need to type all the contents of my cell using the curly brace format.
Can anyone help me with this?your reply will be much appreciated
Ya, the problem is my data is pairwise interaction so need to do xlabel and ylabel with 'A', 'B', 'C' respectively.
pie chart need to turn axis on to show xlabel, but it will also show axis line.
set 'Xtick' to [] removes the tick, but it still preserves the black axis line.
set 'XColor' into 'w' makes line invisible, but will also make the xlabel into white.
just wanna share my current finding.
And very useful code
rate it now :)
5
08 May 2012
labelEdgeSubPlots
Automatically apply x and y labels to subplots only along the edges.
Comment only