Text/strings not working in Matlab 2018a
2 ビュー (過去 30 日間)
古いコメントを表示
I recently upgraded to Matlab 9.4.0.813654 (R2018a) from R2017a (where everything was working fine), and now whenever I plot things or sometimes when I form strings from variables the text doesn’t work at all.
Example:
plot(rand(100,1),’DisplayName’,’TestText’)
title(‘TestText’)
Gives me a plot with an empty legend and no title…
I have installed the same Matlab version on 3 computers and I only have this problem on one of them.
Any ideas on what could be causing it and how to fix it?
1 件のコメント
Christopher Creutzig
2018 年 4 月 23 日
Have you checked which font is being used, or tried explicitly setting one you know works in other places?
回答 (1 件)
Rik
2018 年 4 月 2 日
Maybe it would work if you replaced the curved accent
’
by a straight accent
'
6 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!