Matlab code contains comments with strange/unrecognisable characters. Can these be "translated" in English?
4 次查看(过去 30 天)
显示 更早的评论
Dear all,
I am currently evaluating this code, available from https://it.mathworks.com/matlabcentral/fileexchange/116570-pre-processing-of-tasi-data . When opened, the actual script is fine, but the comments are a mix of english and unclear characters. Can you suggest a way, if any, to decode these characters and "translate" them in English?
I guess they were written in a different language (i.e., Chinese?)
You can see an example below:
function [ytr,ylp,yld]=gaiAAC(data,a,b)
% y:¾Ñ鹫ʽTrºÍPd
% yy:¸Ä½øÐ͵Ä͸¹ýÂÊ
% yyy:¸Ä½øÐ͵ÄÉÏÐзøÉä
% data:ʵÑéÇø
% a:ISAC·ÖÇøµÄÊýÁ¿
% b:ISACÖеÄNESR
load ma;
load mb;
tr=[ma1tr;ma2tr;ma3tr;mb1tr;mb2tr;mb3tr];
lp=[ma1lp;ma2lp;ma3lp;mb1lp;mb2lp;mb3lp];
ld=[ma1lsky;ma2lsky;ma3lsky;mb1lsky;mb2lsky;mb3lsky];
TR=tr(:,28)./tr(:,29);
Pd=lp(:,28)-TR.*lp(:,29);
%´óÆø͸¹ýÂÊ
coeftr100=zeros(32,9); %»ñµÃÄâºÏϵÊý
rz100=zeros(110,32); %»ñµÃ²Ð²î
statsz100=zeros(32,4); %»ñµÃÄâºÏÓŶȣ¬µÚÒ»¸ö
0 个评论
采纳的回答
the cyclist
2023-1-6
Given that there have been relatively recent updates to that FEX submission, I would ask the author (by posting in the Discussion tab).
更多回答(1 个)
John D'Errico
2023-1-6
If you get no response, you could try Google Translate, though it does not seem to be terribly helpful today. It thinks the comments are Guarani, when I posed this text to translate:
% y:¾Ñ鹫ʽTrºÍPd
% yy:¸Ä½øÐ͵Ä͸¹ýÂÊ
% yyy:¸Ä½øÐ͵ÄÉÏÐзøÉä
% data:ʵÑéÇø
% a:ISAC·ÖÇøµÄÊýÁ¿
% b:ISACÖеÄNESR
But it tells me nothing more than:
% y:3⁄4Word1«Ê1⁄2TroÍPd
% yy: ̧Ä1⁄2øÐÍμÄÍ ̧1ýÂÊ
% yyy: ̧Ä1⁄2øÐÍμÄÉÏÐзøÉä
% data:ÊμÑéÇø
% a:ISAC·ÖÇøμÄÊýÁ¿
% b:ISACÖÐμÄNESR
So just contact the author.
2 个评论
the cyclist
2023-1-6
编辑:the cyclist
2023-1-6
I tried Google Translate, too, and got a different guess at the language detection. I suspect it is garbage characters that ended up in the file somehow. But it's difficult to know for sure, of course.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!