kromuchi
Results
2
comments of
kromuchi
A second bug in the same function `exponent2svg` causes scaling factors of ticks including a zero not to be plotted: ``` figure;plot([1 2],[-0.00001 0.00001]); plot2svg; ``` Solve this bug for...
Since Matlab 2015a it has a build-in svg engine. Just type > saveas(gcf,filename,'svg') It is by far not as perfect as plot2svg used to be, but at least it can...