Azzera filtri
Azzera filtri

Help me about plot in GUIDE. I have a problem

1 visualizzazione (ultimi 30 giorni)
Hi I'm Nhan from Vietnam. I'm a student.
I make a guide for my physics app(thermodynamics) but I have a problem in plot. I want to plot a graph of a thermo cycle. For example a cycle in the first 1)picture.
I first plot process 1 -> 2. then I plot 2 -> 3, it change the rate in x and y axis. The graph is too big and not tidy like the 1) picture above. - The second picture is my guide.
Could you please help me for this problem. thanks you very much.

Risposta accettata

Image Analyst
Image Analyst il 22 Dic 2013
If you don't like how it automatically decides the start and end of the x axis, you can specify it to be what you want with xlim():
xlim([0, 1.5]); % Or whatever numbers you want.

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by