Related to Arabic langage

5 visualizaciones (últimos 30 días)
Ebtesam Almansor
Ebtesam Almansor el 27 de Sept. de 2016
Respondida: Abed el 13 de Mzo. de 2022
Hi there, I have problem to deal with Arabic language in mat lab, the output appear like???????. I try to used this code
stopword='هذه'
stopword=native2unicode(stopword ,'UTF-8');
but it the out put and the array in work space print ??????? rather than Arabi
  1 comentario
Dan Po
Dan Po el 27 de Sept. de 2016
theres probably a. arabic language package somewhere. it doesnt look like matlab recognizes the characters.

Iniciar sesión para comentar.

Respuestas (3)

Ebtesam Almansor
Ebtesam Almansor el 29 de Sept. de 2016
How can I solve it please

Michael Abboud
Michael Abboud el 29 de Sept. de 2016
The ability to use Unicode characters in the MATLAB Command Window was incorporated into MATLAB R2014b and all future releases. From your description, it sounds like you may have a previous version, in which case upgrading to a more recent release such as MATLAB R2016b should solve the issue.
If you are unable, there is a possible workaround. You may be able to get MATLAB to display sets of the Unicode characters by setting the computer's locale correctly. The steps for this vary from OS to OS, but can be found through the following command:
>> docsearch Setting the Locale

Abed
Abed el 13 de Mzo. de 2022
Hello,
you can write:
>> stopword=native2unicode('هذه' ,'UTF-8');

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by