how to start graph in matlab from the origin?
Show older comments
hi all:
i want to start my graph from origin not from other point if you see ploting graph is started from another point and at the end we can ntot
see graph so i want to start graph from origin .
see graph so i want to start graph from origin .thanks
Accepted Answer
More Answers (1)
drummer
on 26 Oct 2020
xlim[yourInitialRange, yourEndRange]
% Specifically
xlim[0, 100]; % check if it works.
% Cheers
1 Comment
drummer
on 26 Oct 2020
Actually, I noticed the right side in your graph.
You want your graphic to start at 0 from the left, or in the middle and goes negative to the left and positive to the right?
Categories
Find more on Labels and 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!