Graph with raw data points for four groups in three treatments
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Star Strider
2025년 3월 12일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!