Here is a start:
example = readtable('example.CSV'); example = sortrows(example,'Group');
h = bar(table2array(example(:,3:6)),'stacked'); set(gca,'xticklabel',table2array(example(:,2)));
Here is a start:
example = readtable('example.CSV'); example = sortrows(example,'Group');
h = bar(table2array(example(:,3:6)),'stacked'); set(gca,'xticklabel',table2array(example(:,2)));
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!