Questions regarding the plot
Show older comments
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 .
Answers (1)
KSSV
on 6 Sep 2022
Moved: Cris LaPierre
on 6 Sep 2022
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
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!