How to scale a plot to fit a plot window without white end

53 次查看(过去 30 天)
Whenever I plot data, there is some white space left on the right end. Is there a command to scale the plot all over the plot box ? In this case make the x-Axis show the data from 0-260
x = 0:260; % Create Data
y = rand(size(x)); % Create Data
figure(1)
plot(x, y)
I already tried axis([0 259 min(y) max(y)]); but this did not help

采纳的回答

madhan ravi
madhan ravi 2019-1-11
xlim([0 260])

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by