【源碼】MATLAB美圖神器shadedErrorBar:創建連續陰影誤差區域

使用舉例1:基本使用方法 % Prepare data y=randn(30,80)5; x=(1:size(y,2))-40; yP = sin( linspace(-2pi,2*pi,length(x)) )*20; y = bsxfun(@plus,y,yP)+60; % Make the plot clf shadedErrorBar(x,y,{@mean,@std}); % Overla
相關文章
相關標籤/搜索