グラフのタイトルを複数行に分けるにはどうしたらよいですか?
Mostrar comentarios más antiguos
グラフにタイトルを追加するとき、タイトルが長すぎて1行に収まらない場合、複数行に分ける方法はありますか?
title(
'1st line
2ndline'
)
通常のC/C++での改行シーケンスはここでは役に立たず、また以下のようにTEXの解釈を試みて{}を使っても上手くいきませんでした。
title(
'1st line{
}2ndline'
)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 印刷と保存 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!