How can i draw the code outputs of simulated confidence intervals in matlab
1 次查看(过去 30 天)
显示 更早的评论
Greeting
Could anyone help me in coding the following graphic overview of my problem. i have following TWO vectors suppose which are the output from a program simulated 4 times.
L=[2 3 4 5](lower limits of a CI) U=[6 7 8 9](upper limits of a CI)
Now i want to graph the values such that first value of L and first value of U should combine by line,second value of L combine with second value of U by line and so on.... Our x-axis has simulation number 1,2,3,and 4 whereas y-axix has value 2,4 ,6,8.In this way we have four vertical lines in two dimensional graph.Also i want a straight line parallel to x axis at y=4.
THANKING YOU ANTICIPATION
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graph and Network Algorithms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!