Questions regarding the plot
2 次查看(过去 30 天)
显示 更早的评论
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 .
0 个评论
回答(1 个)
KSSV
2022-9-6
移动:Cris LaPierre
2022-9-6
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!