我正在使用包 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 `
最好的祝愿,费迪南德