陰影付きのエラーバーで生理学的データをプロットするために、パッケージ shaddedErrorBar ( http://www.mathworks.com/matlabcentral/fileexchange/26311-shadederrorbar ) を使用しています。;)
もちろん、自分で色を変更することはできましたが、残念ながら、影付きのバーのテクスチャを変更する方法がわかりません.
誰もそれを行う方法の手がかりを持っていますか?
どうもありがとう!
ブロッキング用のコード コンポーネントは次のとおりです。
`A=shadedErrorBar(x,y,e,'k',1)`
`x = contains the x-values
y = contains the y-values
e= contains the respective standard errors of the mean
'k' => color
1 => sets transparency settings `
おめでとう、フェルディナンド