Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
28 Apr 2009 confplot Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds. Author: Michele Giugliano Thurley, Kay

19 Jun 2008 confplot Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds. Author: Michele Giugliano tuszynski, jarek

Simple and effective. I seem to be using it a lot.

11 Jun 2008 confplot Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds. Author: Michele Giugliano Byrne, Maria

Great! Just what I was looking for. Very tidy way to represent range of values found in noisy data. I used this function and then overlaid errorbar on top.

24 Nov 2006 slidingavg One-dimensional sliding-window arithmetic average of a signal. Author: Michele Giugliano Cole, Siony

Used to use this file. Now, i find the fast moving_average.m by carlos vargas, works with nans, and for matrix too... anyway, thanks michele

10 Nov 2006 confplot Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds. Author: Michele Giugliano Reynolds, Raymond

Ok, but not sure its very good for multiple plots, which is what i want for comparing overlapping intervals- can't easily control which plots overly others.

31 Oct 2006 slidingavg One-dimensional sliding-window arithmetic average of a signal. Author: Michele Giugliano K, K

01 Dec 2005 confplot Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds. Author: Michele Giugliano Vallina, Sergio

confplot.m seems ok in the "default mode" (without defining color and linestyle) but has a bug if we try:

    For example,
       x = 1:0.1:10;
       y = sin(x);
       e = std(y)*ones(size(x));
       confplot(x,y,e,'r')

or even it gives an error if we try:

       confplot(x,y,e,'r-')

28 Nov 2005 confplot Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds. Author: Michele Giugliano Redondas, Alberto

Very useful but dont work if you have NaN on the error variables.

02 Aug 2004 confplot Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds. Author: Michele Giugliano Fusi, Stefano

Very useful. I'm not sure it works in a log scale.

25 Feb 2004 slidingavg One-dimensional sliding-window arithmetic average of a signal. Author: Michele Giugliano Mikkelsen, Jan

Well written .. and very usefull

12 Nov 2003 confplot Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds. Author: Michele Giugliano Chaudhari, Ajit

A nice starting point to figure out how to make the error plots I want

25 Aug 2003 slidingavg One-dimensional sliding-window arithmetic average of a signal. Author: Michele Giugliano mackey, todd

Inefficient and limited to 1D data only. Should use summed area tables.

01 Nov 2002 slidingavg One-dimensional sliding-window arithmetic average of a signal. Author: Michele Giugliano

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com