T検定などの解析結果の数字をグラフに挿入

あるデータの解析をして平均値を求めたグラフを作るとします。このグラフに、t検定の数値をそのまま自動で挿入するには、どのような関数が必要でしょうか?

 Réponse acceptée

michio
michio le 20 Juin 2020

0 votes

グラフに任意の数字や文字を挿入するのであれば、annotation 関数か、text 関数が良いかと思います。
こちらの記事も具体例として参考になると思います。
MATLABのプロットでアノテーションをつける https://qiita.com/Monzo_N/items/c68f52e88fd532671a19

1 commentaire

Saito
Saito le 11 Juil 2020
有難うございます。試してみます。

Connectez-vous pour commenter.

Plus de réponses (1)

Saito
Saito le 13 Sep 2020

0 votes

有難うございました。 解決しました。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!