Effacer les filtres
Effacer les filtres

Plot with intervals for x axis

1 vue (au cours des 30 derniers jours)
Nethravathi S
Nethravathi S le 20 Juin 2020
Réponse apportée : Tommy le 20 Juin 2020
Hello,
I am plotting a graph with the following code:
x=1:1:24
P1=plot(x,poweachslot,'displayname','Load curve without DSM' );
hold on
P2=plot(x,poweachslot1,'displayname','Load curve with DSM' );
xlabel('timeframe')
ylabel('power consumed')
title('Daily load curve')
legend
hold off
This gives me a graph which is like joining the dots for each x value( not able to insert the graph)
How do I get a graph where from x=1-2, y=const1, x=2-3 y=const2 etc..

Réponses (1)

Tommy
Tommy le 20 Juin 2020
I believe stairs() is what you want:

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by