一般在 MATLAB 使用圖形常會加入 x,y 軸來幫助讀者了解圖形內容,有時候我們想要在 x-label 顯示 數學式子來使其更為簡潔:比如說我想要在 x-軸加入 $\hat{K}$ 則只要在 MATLAB 中使用以下指令即可:
xlabel('$$\hat{K}$$','Interpreter','Latex')
If you can’t solve a problem, then there is an easier problem you can solve: find it. -George Polya
xlabel('$$\hat{K}$$','Interpreter','Latex')
留言
張貼留言