📄 mnem2tex.m
字号:
function mnemo=mnem2tex(mnemi)% Function substitutes TeX-style mnemonics for input mnemonics (used for% axis annotationn plots, legends, etc); e.g. DT_S ==> DT\_S%% Written by: E. R.: May, 6, 2000% Last updated: E. R.: September 20, 2001: Handle case when the correction % has already been made% mnemo=mnem2tex(mnemi)% INPUT% mnemi string or cell with input mnemonic% OUTPUT% mnemo string with output mnemonicmnemo=strrep(mnemi,'\_','_'); % If the substitution has already been made: reverse itmnemo=strrep(mnemo,'_','\_');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -