Plot an error-bar-graph of different sub datas in one graph
Ältere Kommentare anzeigen
I want to plot an error bar graph from Matlab.
My data includes means (a) and standard errors (b) and two other parameters:
The first one (c) is between 1 and 10 and should control the color of the chart and the 10 legends.
The second one (d) ranges from 1 to 6 and is intended to represent the shape of markers or lines connecting points (dots or lines etc.)
The lines between different points should only be between points that have the same color (parameter c) and the same parameter d.
How should I do it? Thanks!
1 Kommentar
dpb
am 8 Feb. 2023
Use variables c and d as grouping variables...
Antworten (0)
Kategorien
Mehr zu Errorbars finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!