Watch this Author's files
Re: thanks for your input Sathish, you're right the script wasn't made for log scale. I'll update the file to take care of that.
Thanks, you solved my problem! Nice work.
You might want to insert this at line # 39:
if ~isscalar(h) arrayfun(@(h) errorbar_tick(h,w,xtype), h); return; end
It's great that this function operates on the handle output by the errorbar function, rather than duplicating what the errorbar function already does.
Contact us at files@mathworks.com