使用matlab的纹理阴影错误栏

时间:2015-09-02 12:18:58

标签: textures errorbar

我使用的是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 `

祝福, 费迪南德

0 个答案:

没有答案