# madlad **Repository Path**: dandelight/madlad ## Basic Information - **Project Name**: madlad - **Description**: No description available - **Primary Language**: Matlab - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-19 - **Last Updated**: 2021-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 明白了,`MATLAB`l乱码不是语系locale的问题,而是选了一个不支持中文编码的字体`Consolas`. 解决方案:换个支持`GBK`编码的中文字体。 ```matlab disp('Hello, World!') ```