marimekko
Version 1.0.0 (1.64 KB) by
Niels Bender
Fast and easy function to plot a Marimekko chart. Powerful for creating a visual feedback of a dataset.
Takes a matrix of some values, where each column is a sub-category and each entry is a specific quantity such as the percentage of a given stock owned in a given industry compared to your overall portfolio value.
% Messy code snippet
A = rand(5,3);
names = {'x1','x2','x3','x4','x5','x6','x7','x8','x9','x10','x11','x12','x13','x14','x15','x16'};
groups = {'y1','y2','y3'};
fig1 = marimekko(A,names,groups);
Cite As
Niels Bender (2026). marimekko (https://www.mathworks.com/matlabcentral/fileexchange/71330-marimekko), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2019a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
