How to avoid printing certain values in axes of a plot?
3 views (last 30 days)
Show older comments
Gayan Lankeshwara
on 18 Nov 2019
Commented: Gayan Lankeshwara
on 18 Nov 2019
I have the following plot
Since x-axis is the 'number of iterations' . I need to avoid prinitng float values.
What is want is only [1,2,3,4].
Below is my code.
Thank you.
for mm = 1:num_intervals
plot([1,2,3,4], CI')
end
xlabel('Iteration Number')
ylabel ('CI')
legend('App_1','App_2','App_3','App_4','App_5','App_6','App_7','App_ 8','App_9','App_{10}')

0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Annotations 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!