Effacer les filtres
Effacer les filtres

how to plot a figure with a title in Farsi or Arabic?

10 vues (au cours des 30 derniers jours)
murtaza
murtaza le 18 Fév 2014
Modifié(e) : Amir Talebi le 17 Mar 2019
Dear
How can I plot a figure with a title in Farsi. What I want to do is more complex than just simple title, but for now, plotting a simple figure with one Farsi word is satisfactory. Any help is appreciated in advance.
sample code:
figure; title('عکس','FontName','FreeFarsi','FontSize',20);
I have also tried the above code with other fonts, but it did not work either.
x=listfonts slCharacterEncoding('UTF-8'); figure; for i=1:numel(x) display(x{i}) title('عکس','Color','red','FontName','FreeFarsi','FontSize',20) pause end

Réponses (3)

Jos (10584)
Jos (10584) le 18 Fév 2014
If you intend to use the figure in a publication, you can add or edit the text easily in powerpoint, word, adobe etc.
  1 commentaire
murtaza
murtaza le 18 Fév 2014
Modifié(e) : murtaza le 18 Fév 2014
Yes, but the result won't be satisfactory. Besides that, I want to have some legend with Farsi labels. The legend will show what each color represents, and the colors are assigned randomly, so I do not know what the labels refer to; then how can I correct something that I do not know?

Connectez-vous pour commenter.


javad ebrahimi
javad ebrahimi le 10 Fév 2018
Modifié(e) : javad ebrahimi le 24 Fév 2018
go to (figure->edit->figure Propertties) and click in ??? so click on More Preperties and change Srting value to عکس

Amir Talebi
Amir Talebi le 17 Mar 2019
Modifié(e) : Amir Talebi le 17 Mar 2019
Deat murtaza
You can use this codes for title and label. These ara just simple examples. Just type or copy these in 'Command Window'. It seems they don't work in 'Editor' window.
ylabel({'تغییر مکان جانبی نسبی',' (mm)'},'FontWeight','bold','FontSize',12,...
'FontName','Bookman');
title({'نمودار'});
You can apply any changes to your plot using the tabs on plot window especially 'insert'. After adding the hole labels and other requirments, click on 'Generate code' under 'file' tab. There would be all codes you need for your specific setting.

Community Treasure Hunt

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

Start Hunting!

Translated by