为何ubuntu 14.04中MATLAB不能显示符号,坐标标注不能正常显示?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
在ubuntu 14.04 amd64系统中安装了matlab r2014a,并运行以下代码:
clear all
x = 0:0.01:10;
y = sin(x);
figure
plot(x,y)
xlabel('time \musec.')
ylabel('amplitude \mum')
第一,坐标标注\mum却显示为mm,\musec.显示为msec.,如图1所示。
第二,figure分辨率设置为600dpi时,导出图片后坐标显示的很小,放大至100%后才显示正常,如图2所示。
希望给予帮助,thanks。
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/145467/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/145468/image.jpeg)
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Spline Postprocessing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!