Graph with raw data points for four groups in three treatments
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I need matlab code to make a graph that displays my raw data points not just the averages. There are four groups ( A, B C and D) and each group has three treatments (high, middle, and low). I need the data for each group to be overlayed for each treatment but have the data with different colors or shapes so A is distinguishable from B etc. high middle and low need to be the x axis and the y axis is numerical (0-140). Thanks in advance for any help!
0 Commenti
Risposte (1)
Star Strider
il 12 Mar 2025
Your best option may be the swarmchart function. There are related versions (inicluding one in the Statistics and Machine Learning Toolbox) that may offer additional optiions.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!