I am a student in university and I needed to know how write the Arabia language in the matlab please help me?

 Accepted Answer

You cannot include arabic in a graph easily, but you can process it.

3 Comments

title() and text() use graphics facilities that are designed to use only the 8-bit character set, character values 0 to 255. It is not possible to get them to produce Arabic -- not unless you go through the trouble of extending the TeX or LaTex interpreters packaged inside MATLAB.
To produce Arabic as part of a graph, you need to find a bit-mapped Arabic character set and display the characters as images.
Thank you for this answer but, how to find a bit_mapped Arabic character set ?
http://soft.udm4.com/downloading/j2me_bit_map_fonts_arabic/ -- but I am not familiar with any of the companies there
Constructing characters in graphics using this method is usually tiresome, but it can be made to work.

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!