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