グラフのタイトルを複数行に分けるにはどうしたらよいですか?
Mostra commenti meno recenti
グラフにタイトルを追加するとき、タイトルが長すぎて1行に収まらない場合、複数行に分ける方法はありますか?
title(
'1st line
2ndline'
)
通常のC/C++での改行シーケンスはここでは役に立たず、また以下のようにTEXの解釈を試みて{}を使っても上手くいきませんでした。
title(
'1st line{
}2ndline'
)
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su 印刷と保存 in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!