marimekko

Fast and easy function to plot a Marimekko chart. Powerful for creating a visual feedback of a dataset.

You are now following this Submission

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 .

Categories

Find more on Simulation in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0