グラフのタイトルを複数行に分けるにはどうしたらよいですか?
Ältere Kommentare anzeigen
グラフにタイトルを追加するとき、タイトルが長すぎて1行に収まらない場合、複数行に分ける方法はありますか?
title(
'1st line
2ndline'
)
通常のC/C++での改行シーケンスはここでは役に立たず、また以下のようにTEXの解釈を試みて{}を使っても上手くいきませんでした。
title(
'1st line{
}2ndline'
)
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu 印刷と保存 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!