TickCorrect

Correct the minus signs in x-, y-, and z-axes ticks' label.

現在この提出コンテンツをフォロー中です。

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.

引用

WU Shaojia (2026). TickCorrect (https://jp.mathworks.com/matlabcentral/fileexchange/131908-tickcorrect), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

  • R2020a 以降のリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
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