Rank: 1572 based on 39 downloads (last 30 days) and 3 files submitted
photo

Venn Ravichandran

E-mail
Company/University
The Rehabilitation Institute of Chicago
Lat/Long
41.89550018310547, -87.61840057373047

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Venn View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Jun 2011 Screenshot Bar with errorbars This code plots bars with errorbars, as simple as that. Author: Venn Ravichandran bar, errorbar, gui, data visualization 38 6
  • 5.0
5.0 | 2 ratings
22 Jun 2011 Screenshot Horizontal lines Adds horizontal lines to the current plot Author: Venn Ravichandran line, data visualization 0 0
22 Jun 2011 Screenshot Vertical Lines Adds vertical lines to the current plot. Author: Venn Ravichandran line, vertical 1 0
Comments and Ratings by Venn View all
Updated File Comments Rating
19 Oct 2011 Bar with errorbars This code plots bars with errorbars, as simple as that. Author: Venn Ravichandran

x = 1:10; % x-axis
y = rand(10,2); % bar-heights
L = rand(10,2)*0.01; % Lower limit
U = rand(10,2)*0.03; % Upper limit
barSettings = {};
lineSettings = {U, 'linestyle', 'none'};
errorbarbar(x, y, L, barSettings, lineSettings);

03 Jun 2011 Bar with errorbars This code plots bars with errorbars, as simple as that. Author: Venn Ravichandran

@Shatrughan: errorbarbar(1:5, rand(5,2)*10, rand(5,2),{'stacked'});

Comments and Ratings on Venn's Files View all
Updated File Comment by Comments Rating
16 Dec 2011 Bar with errorbars This code plots bars with errorbars, as simple as that. Author: Venn Ravichandran Liu, Xiaohui

Other error bars I find cannot deal with asymmetric error bounds. This one works like a charm.

19 Oct 2011 Bar with errorbars This code plots bars with errorbars, as simple as that. Author: Venn Ravichandran Shatrughan
19 Oct 2011 Bar with errorbars This code plots bars with errorbars, as simple as that. Author: Venn Ravichandran Ravichandran, Venn

x = 1:10; % x-axis
y = rand(10,2); % bar-heights
L = rand(10,2)*0.01; % Lower limit
U = rand(10,2)*0.03; % Upper limit
barSettings = {};
lineSettings = {U, 'linestyle', 'none'};
errorbarbar(x, y, L, barSettings, lineSettings);

19 Oct 2011 Bar with errorbars This code plots bars with errorbars, as simple as that. Author: Venn Ravichandran Liu, sinoTrinity

"Hint: You can use the lineSettings variable to use distinct upper and lower limits."
Can you give me an example? I need to draw asymmetric error bounds. Thanks.

07 Jun 2011 Bar with errorbars This code plots bars with errorbars, as simple as that. Author: Venn Ravichandran Shatrughan

Thanks a lot !!

Top Tags Applied by Venn
data visualization, line, bar, errorbar, gui
Files Tagged by Venn View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Jun 2011 Screenshot Bar with errorbars This code plots bars with errorbars, as simple as that. Author: Venn Ravichandran bar, errorbar, gui, data visualization 38 6
  • 5.0
5.0 | 2 ratings
22 Jun 2011 Screenshot Horizontal lines Adds horizontal lines to the current plot Author: Venn Ravichandran line, data visualization 0 0
22 Jun 2011 Screenshot Vertical Lines Adds vertical lines to the current plot. Author: Venn Ravichandran line, vertical 1 0

Contact us at files@mathworks.com