drawing two different graphs on the same figure
Mostrar comentarios más antiguos
I want to draw two plots on the same graph. The first graph has 1279 rows which are dislayed in the graph in the following manner:
figure()
x = liamu(:,2);
y = col1iamu(:,1);
plot(x,y);
on the same figure then I want to draw a second graph with 1432 rows (the rows sometimes vary) and the x axis should be numbers cumulative integers (1,2,3,4,5,6... and so on corresponding to the individual row, ie row 1 has x axis 1, row 2 has x axis 2 and so on up until 1432. I want this second graph to be displayed in red.
thanks a lot
Respuestas (1)
Categorías
Más información sobre Networks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!