Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
与此问题类似,我正在尝试在 MATLAB 的颜色条刻度中使用上标。
figure; hbar=colorbar; ticks=get(hbar,'ytick');
在之前的场景中,解决方法是使用symbol字体。就我而言,我试图让tick(end)成为一个包含上标的字符串,例如10^3,并且似乎这种解决方法不再适用。
symbol
tick(end)
10^3
如何在 colobar 刻度的标签中使用上标?