Filter löschen
Filter löschen

Side by side subplots with one split into 3

2 Ansichten (letzte 30 Tage)
HC98
HC98 am 15 Nov. 2023
Kommentiert: Alexander am 22 Nov. 2023
How might I create a layout that looks like this

Antworten (1)

Dyuman Joshi
Dyuman Joshi am 15 Nov. 2023
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 Kommentare
Dyuman Joshi
Dyuman Joshi am 22 Nov. 2023
@HC98, Did my answer solved your problem?
Alexander
Alexander am 22 Nov. 2023
Not my question but a very helpful advice. Thanks.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Lighting, Transparency, and Shading finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by