MATLAB: How can i write Amharic fonts(unicode raniging &#4608 to &#4988) into word file using MATLAB

amharicunicode

text='ሀለሀመሰረሰቀበተቸነኘአከወዘዠኢ';

Best Answer

You cannot use fopen() and related commands to write in Microsoft Word format, at least not without a lot of difficulty. You need to use ActiveX to open a Word session and tell it what you want to write. See http://uk.mathworks.com/matlabcentral/answers/215786-how-do-i-send-unicode-text-from-matlab-into-a-word-document-via-the-activex-interface