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 .

回答 (1 件)

KSSV
KSSV 2022 年 9 月 6 日
移動済み: Cris LaPierre 2022 年 9 月 6 日

0 投票

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 件のコメント

PA
PA 2022 年 9 月 7 日
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

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeGraphics Performance についてさらに検索

タグ

質問済み:

PA
2022 年 9 月 6 日

コメント済み:

PA
2022 年 9 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by