Matlab code for generating rectangle shapes

How can I draw a rectangle below another one in the same figure?

 採用された回答

Fangjun Jiang
Fangjun Jiang 2020 年 4 月 27 日

0 投票

axis([0 10 0 10])
rectangle('Position',[1 2 5 6])
rectangle

2 件のコメント

Ana-Maria Ludu
Ana-Maria Ludu 2020 年 4 月 27 日
Ana-Maria Ludu
Ana-Maria Ludu 2020 年 4 月 27 日
I mean .. something like this

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by