グラフのタイトルを複数行に分けるにはどうしたらよいですか?
Afficher commentaires plus anciens
グラフにタイトルを追加するとき、タイトルが長すぎて1行に収まらない場合、複数行に分ける方法はありますか?
title(
'1st line
2ndline'
)
通常のC/C++での改行シーケンスはここでは役に立たず、また以下のようにTEXの解釈を試みて{}を使っても上手くいきませんでした。
title(
'1st line{
}2ndline'
)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 印刷と保存 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!