TickCorrect

Version 0.1.1 (8.61 KB) by WU Shaojia
Correct the minus signs in x-, y-, and z-axes ticks' label.
63 Downloads
Updated 1 Nov 2023

View License

MATLAB在画图时,默认坐标的标签中负号实际为连字符(-),不是真正的负号(−)。为此,作者使用简单的代码实现了负号的纠正。该函数建议在出图前最后一步运行,无需输入任何变量。
The default minus sign in axis and colorbar tick labels created by MATLAB is the hyphen (-) instead of the right symbol (−). To solve this problem also to get right axes, this function could correct the bug with very right simple code. When you use it, just type 'TickCorrect' in a single line without any varibles AFTER finishing all configures and handles of your figure.

Cite As

WU Shaojia (2026). TickCorrect (https://www.mathworks.com/matlabcentral/fileexchange/131908-tickcorrect), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with R2020a and later releases
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
0.1.1

修复了在打开多图窗时的识别对象错误
The error has been fixed when more than one figure window is opened.

0.1.0

修复了一些已知问题。
This version includes minor improvements and bug fixes.

0.0.4

修复了一些已知问题
This version includes minor improvements.

0.0.3

Fixed the lackof correcting codes when the axis scale is 'log' and the colorbar.

0.0.2

解决了一些已知问题
Some known bugs fixes

0.0.1