how to plot a figure with a title in Farsi or Arabic?
2 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (3 件)
Jos (10584)
2014 年 2 月 18 日
If you intend to use the figure in a publication, you can add or edit the text easily in powerpoint, word, adobe etc.
javad ebrahimi
2018 年 2 月 10 日
編集済み: javad ebrahimi
2018 年 2 月 24 日
go to (figure->edit->figure Propertties) and click in ??? so click on More Preperties and change Srting value to عکس
0 件のコメント
Amir Talebi
2019 年 3 月 17 日
編集済み: Amir Talebi
2019 年 3 月 17 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Labels and Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
