How to get plot to show exactly the x-axis range desired?

4 views (last 30 days)
Hello
My question might be a bit odd but I have used plot in matlab and obtained some figures. The ones that I have obtained look something like this:
Which as it can be seen, it covers competely the x-axis and shows the x-axis only for the desired values.
Now I am plotting the same function but varying another variable which is
tau1=0.01:0.01:0.10
when plotting the figure I get:
How can I get rid of the extra space in the x-axis where my function has no values?
Thanks!

Accepted Answer

Walter Roberson
Walter Roberson on 7 Jun 2021
xlim([min(tau1), max(tau1)])

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!