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

31 vues (au cours des 30 derniers jours)
Benjamin Lemmer
Benjamin Lemmer le 11 Jan 2019
Commenté : madhan ravi le 11 Jan 2019
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

Réponse acceptée

madhan ravi
madhan ravi le 11 Jan 2019
  2 commentaires
Benjamin Lemmer
Benjamin Lemmer le 11 Jan 2019
Thanks a lot. :-)
madhan ravi
madhan ravi le 11 Jan 2019
Anytime :)

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by