前言 使用matlab中title语句,直接敲下划线无法正确显示。 title('MSB_data'); 流程 使用如下语句即可:直接字符串转译 title('MSB_data','Interpreter','none'); 以上。