How to add a space smaller the the standard space in matlab axis label

3 次查看(过去 30 天)
Hello! I am using Palatino Linotype as a font my matlab plots and the parentheses is placed very close to the units. Is there a way to increase the spacing between the parentheses and the text similar to a command like $\;$ in latex?
Thank you!
ylabel('Electronic noise ( V \cdot Hz^{-1/2} )');

回答(1 个)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-8-6
编辑:KALYAN ACHARJYA 2019-8-6
"Is there a way to increase the spacing between the parentheses and the text"
Add space as per requirement, is there any issue?
ylabel('Electronic noise ( V \cdot Hz^{-1/2} )');
%.......................^^
1234.png

类别

Help CenterFile Exchange 中查找有关 Labels and Annotations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by