how can make 3bar plot xylabel for string?
Show older comments
i want to make a string label
z = [1 4 7; 2 5 8; 3 6 9;];
bar3(z)
xlabel=['a' 'b' 'c']
ylabel=['A' 'B' 'C']
Accepted Answer
More Answers (0)
Categories
Find more on Line 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!

