Filter löschen
Filter löschen

how to plot a figure with a title in Arabic?

3 Ansichten (letzte 30 Tage)
mindo akami
mindo akami am 4 Sep. 2021
Kommentiert: Walter Roberson am 4 Sep. 2021
Hi there,
How can I plot a figure with a title in arabic (in xlable, ylable and legend)
Thanks.

Antworten (1)

Chunru
Chunru am 4 Sep. 2021
Matlab support unicodes:
plot(rand(6,1));
title("بﺖ"); % random arabic charactors
xlabel("بﺖ");
ylabel("بﺖ");
  11 Kommentare
Chunru
Chunru am 4 Sep. 2021
listfonts() does not give the Arabic fonts. I also chech Fonts under Windows. It looks like the Arabic font is not installed in my machine. That may explain why it does not work on my machine.
Walter Roberson
Walter Roberson am 4 Sep. 2021
It would probably end up having to be something like
xlabel(codes, 'fontname', 'Arabic Traditional')

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by