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.
MATLABで箱ひげ図関数を使用して中央値の代わりに平均を表示することは可能ですか?
上のマークとして平均をプロットするにはboxplot:
boxplot
boxplot ... plot(mean,'d'),'-mo', 'LineWidth',15, 'MarkerEdgeColor','k', 'MarkerSize',20;