Cannot set axes limits

3 vues (au cours des 30 derniers jours)
Mikhail
Mikhail le 17 Sep 2014
Commenté : Mikhail le 17 Sep 2014
Hi, I am working with GUI interface. I want to set ,y own xlimits and ylimits. But I cannot do it:
figure('name','MomentFinder')
axes('OuterPosition',[0,0.2,1,0.8],'XLim',[-2 50],'YLim',[-2 35],'XLimMode','manual', 'YLimMode','manual');
plot(gca,file,vel1,'-',file,vel2,'-');
Matlab plot's vel1(file) in it's own limits. And I want the limits to be static. What is wrong?
Thanks

Réponse acceptée

José-Luis
José-Luis le 17 Sep 2014
Set the limits after you issue the plot() command.
  3 commentaires
Image Analyst
Image Analyst le 17 Sep 2014
Perhaps using "hold on" in between axes() and plot() would do it, but I prefer doing what Jose-Luis said.
Mikhail
Mikhail le 17 Sep 2014
Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Line Plots dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by