Side by side subplots with one split into 3

回答 (1 件)

Dyuman Joshi
Dyuman Joshi 2023 年 11 月 15 日

1 投票

tiledlayout(3, 2)
%Span a tile across 3 rows and 1 column
nexttile([3 1])
fplot(@sin)
nexttile
scatter(rand(1,10),rand(1,10), [], [1 0 1])
nexttile
fsurf(@(x,y) sin(x)+cos(y))
nexttile
imagesc(rand(10))

2 件のコメント

Dyuman Joshi
Dyuman Joshi 2023 年 11 月 22 日
@HC98, Did my answer solved your problem?
Alexander
Alexander 2023 年 11 月 22 日
Not my question but a very helpful advice. Thanks.

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

カテゴリ

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

製品

リリース

R2022b

質問済み:

2023 年 11 月 15 日

コメント済み:

2023 年 11 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by