I would like to plot a graph with four similar type of subplots (grouped barh, with categorical x-axis, renderer was set as 'painters'), but was not able to export .svg vector image.
Error message as below:
Error using alternatePrintPath
Unrecognized method, property, or field 'Exponent' for class 'matlab.graphics.axis.decorator.CategoricalRuler'.
Error in alternatePrintPath
pj = alternatePrintPath(pj);
Error in saveas (line 181)
print( h, name, ['-d' dev{i}] )
I have encountered this problem (cannot export) several times, but the error messages were not the same. Can anyone conclude what is the major problem? Thanks!