How do I plot error in x values and error in y values together in matlab?
Show older comments
I have x values with x-errors(sqrt(x)) and corresponding y values with y-errors (sqrt(y)). How do I plot this with errors in both axes.
Answers (2)
Image Analyst
on 2 Feb 2018
0 votes
Do you want the boxplot() function?
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!