Effacer les filtres
Effacer les filtres

Side by side subplots with one split into 3

3 vues (au cours des 30 derniers jours)
HC98
HC98 le 15 Nov 2023
Commenté : Alexander le 22 Nov 2023
How might I create a layout that looks like this

Réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by