Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
4 つの異なるサブプロットがあり、メイン タイトルを作成したいと思います。これはsuptitle関数を使用して実行できると読みましたが、うまく機能しましたが、問題はタイトルが太すぎて大きすぎることです。どうすれば小さくできますか?
suptitle
君たちありがとう :)
で生成されたテキスト ラベルにハンドルを保存し、テキスト プロパティsuptitleを設定します。
h = suptitle(...) set(h,'FontSize',20,'FontWeight','normal')