Questions regarding the plot

I have a situation where X1 and X2 are two coordinates for the first box to plot. And after that all the other box to be plot .

Antworten (1)

KSSV
KSSV am 6 Sep. 2022
Verschoben: Cris LaPierre am 6 Sep. 2022

0 Stimmen

Any pictorial example? Or any data to show us?
You can do that with:
figure
hold on
plot(X1,X2)
plot(X3,X4) % other data

1 Kommentar

PA
PA am 7 Sep. 2022
can anyone help me in this plot this is the code and when i adapt the plot in the k for loop i get only for all the chambers but in legend there is an error

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Performance finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

PA
am 6 Sep. 2022

Kommentiert:

PA
am 7 Sep. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by