How to plot a bar graph or any other graph using two values?
Show older comments
How to plot a bar graph or any other graph using two values?
a=handles.p;
b=handles.ps;
y =[a b];
Here value of a is negative
Answers (0)
Categories
Find more on Graph and Network Algorithms 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!